Click or drag to resize
Sandcastle Help File BuilderDeploymentLocationFromXPathNavigator Method
Create a deployment location 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 DeploymentLocation FromXPathNavigator(
	XPathNavigator navigator,
	string id
)

Parameters

navigator
Type: System.Xml.XPathXPathNavigator
The XPath navigator from which to obtain the settings.
id
Type: SystemString
The id of the element to load

Return Value

Type: DeploymentLocation
A DeploymentLocation object containing the settings from the XPath navigator.
Remarks
It should contain an element called deploymentLocation with two attributes (id with the specified ID value and location) and nested userCredentials and proxyCredentials elements.
See Also