TopicTransformationCoreApiTopicTocTitleSimple Method
Get the simple table of contents title for an API topic
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual XNode ApiTopicTocTitleSimple()
Protected Overridable Function ApiTopicTocTitleSimple As XNode
protected:
virtual XNode^ ApiTopicTocTitleSimple()
abstract ApiTopicTocTitleSimple : unit -> XNode
override ApiTopicTocTitleSimple : unit -> XNode
Return Value
XNodeThe 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.