TopicTypeDescriptionForTopicTypeGroup 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: 2024.9.12.0
public static string DescriptionForTopicTypeGroup(
	TopicTypeGroup group
)

Parameters

group  TopicTypeGroup
The topic type group for which to get a description

Return Value

String
The description for the topic type group

See Also