DeploymentLocationToXml Method

Return the deployment location as an XML element

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public XElement ToXml(
	string id
)

Parameters

id  String
The id of the element to create

Return Value

XElement
The deployment location settings as an XML element

Remarks

The deployment location is stored in an element called deploymentLocation with two attributes (id matching the specified id and location) and nested userCredentials and proxyCredentials elements.

See Also