TopicTransformationCoreApiTopicTocTitleSimple Method

Get the simple table of contents title for an API topic

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual XNode ApiTopicTocTitleSimple()

Return Value

XNode
The XML content representing the current topic's simple table of contents title. For types and members, this will be the type/member name alone. For list topics, it will be the category name alone.

See Also