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