ReferenceLinkSettingsFromXml Method

Create a reference link settings instance from an XML element containing the settings

Definition

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

Parameters

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

Return Value

ReferenceLinkSettings
A ReferenceLinkSettings object containing the settings from the XML element

Remarks

It should contain an element called target with two attributes (linkType and helpFileProject).

See Also