WildcardReferenceSettingsFromXml Method

Create a wildcard reference settings instance from an XElement containing the settings

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public static WildcardReferenceSettings FromXml(
	IBasePathProvider pathProvider,
	XElement element
)

Parameters

pathProvider  IBasePathProvider
The base path provider object
element  XElement
The XElement from which to obtain the settings

Return Value

WildcardReferenceSettings
A WildcardReferenceSettings object containing the settings from the XElement

Remarks

It should contain an element called reference with three attributes (path, wildcard, and recurse).

See Also