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