Click or drag to resize
Sandcastle Help File BuilderUserCredentialsFromXPathNavigator Method
Create a user credentials instance from an XPath navigator containing the settings

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public static UserCredentials FromXPathNavigator(
	XPathNavigator navigator
)

Parameters

navigator
Type: System.Xml.XPathXPathNavigator
The XPath navigator from which to obtain the settings

Return Value

Type: UserCredentials
A UserCredentials object containing the settings from the XPath navigator
Remarks
It should contain an element called userCredentials with three attributes: useDefault, userName, and password.
See Also