TopicTypeFromUniqueId Method

This is used to get the topic type information for the given unique ID

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static TopicType FromUniqueId(
	string uniqueId
)

Parameters

uniqueId  String
The unique ID of the topic type for which to get the information

Return Value

TopicType
The topic type for the unique ID or null if not found

See Also