TopicTransformationCore.InsertApiTopicSectionHandlerBefore Method
Definition
- Assembly
- Sandcastle.Core.dll
Insert an API topic section handler before the given section handler
public void InsertApiTopicSectionHandlerBefore(ApiTopicSectionHandler insertBeforeSectionHandler, ApiTopicSectionHandler newSectionHandler)
Parameters
insertBeforeSectionHandlerApiTopicSectionHandlerThe API topic section handler before which the given handler is inserted.
newSectionHandlerApiTopicSectionHandlerThe new API topic section handler to insert.
Remarks
If the section handler already exists, it is removed before inserting it in the new location.