ReferenceLinkSettingsFromXml Method
Create a reference link 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 ReferenceLinkSettings FromXml(
IBasePathProvider pathProvider,
XElement configuration
)
Public Shared Function FromXml (
pathProvider As IBasePathProvider,
configuration As XElement
) As ReferenceLinkSettings
public:
static ReferenceLinkSettings^ FromXml(
IBasePathProvider^ pathProvider,
XElement^ configuration
)
static member FromXml :
pathProvider : IBasePathProvider *
configuration : XElement -> ReferenceLinkSettings
- pathProvider IBasePathProvider
- The base path provider object
- configuration XElement
- The XML element from which to obtain the settings.
ReferenceLinkSettingsA
ReferenceLinkSettings object containing the settings from the XML element
It should contain an element called target with two attributes (linkType and
helpFileProject).