TopicTransformationCoreApiTopicShortNamePlainText Method

Get the short type/member name for an API topic in plain text. This is used for metadata values and the table of contents title.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual XNode ApiTopicShortNamePlainText(
	bool qualifyMembers
)

Parameters

qualifyMembers  Boolean
True to qualify members with their namespace, false if not

Return Value

XNode
An XML element representing the current topic's type/member name in plain text

See Also