Target Directory Constructor
Constructor
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public TargetDirectory(
string targetDir,
XPathExpression urlExp,
XPathExpression textExp,
XPathExpression linkTextExp,
ConceptualLinkType typeOfLink
)VB
Public Sub New (
targetDir As String,
urlExp As XPathExpression,
textExp As XPathExpression,
linkTextExp As XPathExpression,
typeOfLink As ConceptualLinkType
)C++
public:
TargetDirectory(
String^ targetDir,
XPathExpression^ urlExp,
XPathExpression^ textExp,
XPathExpression^ linkTextExp,
ConceptualLinkType typeOfLink
)F#
new :
targetDir : string *
urlExp : XPathExpression *
textExp : XPathExpression *
linkTextExp : XPathExpression *
typeOfLink : ConceptualLinkType -> TargetDirectoryParameters
- 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
| ArgumentNullException | This is thrown if the directory, URL expression, or either text expression is null. |