DeploymentLocationFromXml Method
Create a deployment location instance from an XML element containing the settings
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public static DeploymentLocation FromXml(
XElement configuration,
string id
)
Public Shared Function FromXml (
configuration As XElement,
id As String
) As DeploymentLocation
public:
static DeploymentLocation^ FromXml(
XElement^ configuration,
String^ id
)
static member FromXml :
configuration : XElement *
id : string -> DeploymentLocation
- configuration XElement
- The XML element from which to obtain the settings
- id String
- The id of the element to load
DeploymentLocationA
DeploymentLocation object containing the settings from the XPath navigator.
It should contain an element called deploymentLocation with two attributes (id
with the specified ID value and location) and nested userCredentials and
proxyCredentials elements.