Topic Transformation CoreApi Topic Toc Title Simple 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: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected virtual XNode ApiTopicTocTitleSimple()VB
Protected Overridable Function ApiTopicTocTitleSimple As XNodeC++
protected:
virtual XNode^ ApiTopicTocTitleSimple()F#
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.