TargetDirectory Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: 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
)
Public Sub New (
targetDir As String,
urlExp As XPathExpression,
textExp As XPathExpression,
linkTextExp As XPathExpression,
typeOfLink As ConceptualLinkType
)
public:
TargetDirectory(
String^ targetDir,
XPathExpression^ urlExp,
XPathExpression^ textExp,
XPathExpression^ linkTextExp,
ConceptualLinkType typeOfLink
)
new :
targetDir : string *
urlExp : XPathExpression *
textExp : XPathExpression *
linkTextExp : XPathExpression *
typeOfLink : ConceptualLinkType -> TargetDirectory
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