ReferenceLinkSettingsToXml Method

Store the reference link settings as an XML element

Definition

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

Return Value

XElement
Returns the XML element containing the settings

Remarks

The reference link settings are stored in an element called target with attributes for each of the link types and the project name (htmlSdkLinkType, helpViewerSdkLinkType, websiteSdkLinkType, and helpFileProject).

See Also