TopicTransformationCoreApiTopicTitle Method

Get the 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 ApiTopicTitle(
	bool qualifyMembers,
	bool plainText
)

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

XNode
The XML content representing the current topic's title

See Also