TargetDirectoryGetTargetInfo Method

Get target info for the specified file

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
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.

Return Value

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.

See Also