Table of Contents

TargetDirectory.TargetDirectory Constructor

Definition

Namespace
Sandcastle.Tools.BuildComponents.Targets
Assembly
Sandcastle.Tools.BuildComponents.dll

Constructor

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

ArgumentNullException

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