Target DirectoryGet Target Info Method
Get target info for the specified file
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
A TargetInfo object if found or null if not found
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public TargetInfo GetTargetInfo(
string targetId
)VB
Public Function GetTargetInfo (
targetId As String
) As TargetInfoC++
public:
TargetInfo^ GetTargetInfo(
String^ targetId
)F#
member GetTargetInfo :
targetId : string -> TargetInfo 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
TargetInfoA 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.