Topic Transformation CoreInsert Api Topic Section Handler Before Method
Insert an API topic section handler before the given section handler
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 InsertApiTopicSectionHandlerBefore(
ApiTopicSectionHandler insertBeforeSectionHandler,
ApiTopicSectionHandler newSectionHandler
)VB
Public Sub InsertApiTopicSectionHandlerBefore (
insertBeforeSectionHandler As ApiTopicSectionHandler,
newSectionHandler As ApiTopicSectionHandler
)C++
public:
void InsertApiTopicSectionHandlerBefore(
ApiTopicSectionHandler^ insertBeforeSectionHandler,
ApiTopicSectionHandler^ newSectionHandler
)F#
member InsertApiTopicSectionHandlerBefore :
insertBeforeSectionHandler : ApiTopicSectionHandler *
newSectionHandler : ApiTopicSectionHandler -> unit Parameters
- insertBeforeSectionHandler ApiTopicSectionHandler
- The API topic section handler before which the given handler is inserted.
- newSectionHandler ApiTopicSectionHandler
- The new API topic section handler to insert.
Remarks
If the section handler already exists, it is removed before inserting it in the new location.