VersionSettingsFromXml Method

Create a version 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 VersionSettings 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

VersionSettings
A VersionSettings object containing the settings from the XML element

Remarks

It should contain an element called version with three attributes (label, version and helpFileProject).

See Also