TopicTypeFromUniqueId Method
This is used to get the topic type information for the given unique ID
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static TopicType FromUniqueId(
string uniqueId
)
Public Shared Function FromUniqueId (
uniqueId As String
) As TopicType
public:
static TopicType^ FromUniqueId(
String^ uniqueId
)
static member FromUniqueId :
uniqueId : string -> TopicType
- uniqueId String
- The unique ID of the topic type for which to get the information
TopicTypeThe topic type for the unique ID or null if not found