TargetDirectory Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public TargetDirectory(
	string targetDir,
	XPathExpression urlExp,
	XPathExpression textExp,
	XPathExpression linkTextExp,
	ConceptualLinkType typeOfLink
)

Parameters

targetDir  String
The target directory
urlExp  XPathExpression
The URL expression
textExp  XPathExpression
The text (title) expression
linkTextExp  XPathExpression
The alternate link text expression
typeOfLink  ConceptualLinkType
The link type

Exceptions

ArgumentNullExceptionThis is thrown if the directory, URL expression, or either text expression is null.

See Also