TargetDirectoryCollectionItem(String) Property

This read-only indexer can be used to retrieve the target info for the specified target ID

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public TargetInfo this[
	string targetId
] { get; }

Parameters

targetId  String
The target ID of the file to locate. This is expected to be in the form of a GUID.

Return Value

TargetInfo
A TargetInfo object if found or null if not found.

See Also