Topic Transformation CoreApi Topic Sections Property
This read-only property returns an enumerable list of the API section handlers in the order that they
will be rendered
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected IEnumerable<ApiTopicSectionHandler> ApiTopicSections { get; }VB
Protected ReadOnly Property ApiTopicSections As IEnumerable(Of ApiTopicSectionHandler)
GetC++
protected:
property IEnumerable<ApiTopicSectionHandler^>^ ApiTopicSections {
IEnumerable<ApiTopicSectionHandler^>^ get ();
}F#
member ApiTopicSections : IEnumerable<ApiTopicSectionHandler> with get