Table of Contents

TargetDirectory.GetTargetInfo Method

Definition

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

Get target info for the specified file

public TargetInfo GetTargetInfo(string targetId)

Parameters

targetId string

The target ID for which to get target info. This is expected to be in the form of a GUID.

Returns

TargetInfo

A TargetInfo object if found or null if not found

Remarks

The target ID is expected to be in the form of a GUID. The target filename is expected to be in the format [GUID].cmp.xml.