TopicTransformationCoreInsertApiTopicSectionHandlerAfter Method

Insert an API topic section handler after the given section handler

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void InsertApiTopicSectionHandlerAfter(
	ApiTopicSectionHandler insertAfterSectionHandler,
	ApiTopicSectionHandler newSectionHandler
)

Parameters

insertAfterSectionHandler  ApiTopicSectionHandler
The API topic section handler after which the given handler is inserted.
newSectionHandler  ApiTopicSectionHandler
The API topic section handler to insert.

Remarks

If the section handler already exists, it is removed before inserting it in the new location.

See Also