DeploymentLocationToXml Method
Return the deployment location as an XML element
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public XElement ToXml(
string id
)
Public Function ToXml (
id As String
) As XElement
public:
XElement^ ToXml(
String^ id
)
member ToXml :
id : string -> XElement
- id String
- The id of the element to create
XElementThe deployment location settings as an XML element
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.