Topic Transformation CoreApi Topic Title Method
Get the 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 title
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected virtual XNode ApiTopicTitle(
bool qualifyMembers,
bool plainText
)VB
Protected Overridable Function ApiTopicTitle (
qualifyMembers As Boolean,
plainText As Boolean
) As XNodeC++
protected:
virtual XNode^ ApiTopicTitle(
bool qualifyMembers,
bool plainText
)F#
abstract ApiTopicTitle :
qualifyMembers : bool *
plainText : bool -> XNode
override ApiTopicTitle :
qualifyMembers : bool *
plainText : bool -> XNode Parameters
- qualifyMembers Boolean
- True to qualify members with their namespace, false if not
- plainText Boolean
- True if it should be in plain text (metadata and table of contents title) or decorated with language-specific text elements (page title).
Return Value
XNodeThe XML content representing the current topic's title