ReferenceLinkInfo Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public ReferenceLinkInfo(
	XPathNavigator element
)

Parameters

element  XPathNavigator
The XPath navigator from which to load the link settings

Exceptions

ArgumentNullExceptionThis is thrown if the element parameters is null
InvalidOperationExceptionThis is thrown if the element contains invalid configuration information.

See Also