Deployment LocationTo Xml Method
Return the deployment location as an XML element
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
The deployment location settings as an XML element
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public XElement ToXml(
string id
)VB
Public Function ToXml (
id As String
) As XElementC++
public:
XElement^ ToXml(
String^ id
)F#
member ToXml :
id : string -> XElement Parameters
- id String
- The id of the element to create
Return Value
XElementThe 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.