Topic TypeDescription For Topic Type Group Method
This is used to get a description for the given topic type group
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The description for the topic type group
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static string DescriptionForTopicTypeGroup(
TopicTypeGroup group
)VB
Public Shared Function DescriptionForTopicTypeGroup (
group As TopicTypeGroup
) As StringC++
public:
static String^ DescriptionForTopicTypeGroup(
TopicTypeGroup group
)F#
static member DescriptionForTopicTypeGroup :
group : TopicTypeGroup -> string Parameters
- group TopicTypeGroup
- The topic type group for which to get a description
Return Value
StringThe description for the topic type group