VersionSettingsFromXml Method
Create a version settings instance from an XML element containing the settings
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public static VersionSettings FromXml(
IBasePathProvider pathProvider,
XElement configuration
)
Public Shared Function FromXml (
pathProvider As IBasePathProvider,
configuration As XElement
) As VersionSettings
public:
static VersionSettings^ FromXml(
IBasePathProvider^ pathProvider,
XElement^ configuration
)
static member FromXml :
pathProvider : IBasePathProvider *
configuration : XElement -> VersionSettings
- pathProvider IBasePathProvider
- The base path provider object
- configuration XElement
- The XML element from which to obtain the settings
VersionSettingsA
VersionSettings object containing the settings from the XML element
It should contain an element called version with three attributes (label,
version and helpFileProject).