TargetDirectoryCollection.this Property
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This read-only indexer can be used to retrieve the target info for the specified target ID
public TargetInfo this[string targetId] { get; }
Parameters
targetIdstringThe target ID of the file to locate. This is expected to be in the form of a GUID.
Property Value
- TargetInfo
A TargetInfo object if found or null if not found.