Topic TypeFrom Element Name Method
This is used to get the topic type information for the given element name
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The topic type for the element name or null if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static TopicType FromElementName(
string elementName
)VB
Public Shared Function FromElementName (
elementName As String
) As TopicTypeC++
public:
static TopicType^ FromElementName(
String^ elementName
)F#
static member FromElementName :
elementName : string -> TopicType Parameters
- elementName String
- The element name of the topic type for which to get the information
Return Value
TopicTypeThe topic type for the element name or null if not found