Topic Transformation CoreApi Topic Short Name Decorated Method
Get the short type/member name for an API topic decorated with language-specific text. This is used
for page title.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of XML elements representing the current topic's type/member name
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected virtual IEnumerable<XNode> ApiTopicShortNameDecorated()VB
Protected Overridable Function ApiTopicShortNameDecorated As IEnumerable(Of XNode)C++
protected:
virtual IEnumerable<XNode^>^ ApiTopicShortNameDecorated()F#
abstract ApiTopicShortNameDecorated : unit -> IEnumerable<XNode>
override ApiTopicShortNameDecorated : unit -> IEnumerable<XNode> Return Value
IEnumerableXNodeAn enumerable list of XML elements representing the current topic's type/member name
Remarks
This will render language-specific text elements where needed. Non-HTML presentation styles
may override this method to obtain the result and then strip or replace the language-specific text
elements as they see fit.