TopicTransformationCoreApiTopicTitle Method
Get the title for an API topic
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual XNode ApiTopicTitle(
bool qualifyMembers,
bool plainText
)
Protected Overridable Function ApiTopicTitle (
qualifyMembers As Boolean,
plainText As Boolean
) As XNode
protected:
virtual XNode^ ApiTopicTitle(
bool qualifyMembers,
bool plainText
)
abstract ApiTopicTitle :
qualifyMembers : bool *
plainText : bool -> XNode
override ApiTopicTitle :
qualifyMembers : bool *
plainText : bool -> XNode
- 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).
XNodeThe XML content representing the current topic's title