WildcardReferenceSettingsToXml Method

Store the wildcard reference settings as a node in the given 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 node to add

Remarks

The reference link settings are stored in an element called reference with three attributes (path, wildcard, and recurse).

See Also