TargetDirectoryGetTargetInfo Method
Get target info for the specified file
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public TargetInfo GetTargetInfo(
string targetId
)
Public Function GetTargetInfo (
targetId As String
) As TargetInfo
public:
TargetInfo^ GetTargetInfo(
String^ targetId
)
member GetTargetInfo :
targetId : string -> TargetInfo
- targetId String
- The target ID for which to get target info. This is expected to be in the
form of a GUID.
TargetInfoA
TargetInfo object if found or null if not found
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.