Table of Contents

UserCredentials.ToXml Method

Definition

Namespace
Sandcastle.Core.BuildAssembler.BuildComponent
Assembly
Sandcastle.Core.dll

Converts the user credentials to an XML element

public XElement ToXml()

Returns

XElement

The user credentials settings in an XML element

Remarks

The credentials are stored in an element called userCredentials with three attributes: useDefault, userName, and password.