TargetInfo Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public TargetInfo(
	string targetUrl,
	string targetText,
	ConceptualLinkType typeOfLink
)

Parameters

targetUrl  String
The target URL
targetText  String
The target's link text
typeOfLink  ConceptualLinkType
The type of link

Exceptions

ArgumentNullExceptionThis is thrown if the target URL or text is null

See Also