Topic Transformation CoreAdd Api Topic Section Handler Range Method
Add a range of new API topic section handlers
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#
public void AddApiTopicSectionHandlerRange(
IEnumerable<ApiTopicSectionHandler> sectionHandlers
)VB
Public Sub AddApiTopicSectionHandlerRange (
sectionHandlers As IEnumerable(Of ApiTopicSectionHandler)
)C++
public:
void AddApiTopicSectionHandlerRange(
IEnumerable<ApiTopicSectionHandler^>^ sectionHandlers
)F#
member AddApiTopicSectionHandlerRange :
sectionHandlers : IEnumerable<ApiTopicSectionHandler> -> unit Parameters
- sectionHandlers IEnumerableApiTopicSectionHandler
- An enumerable list of the API topic section handlers to add