TopicTransformationCoreInsertApiTopicSectionHandlerBefore Method
Insert an API topic section handler before the given section handler
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void InsertApiTopicSectionHandlerBefore(
ApiTopicSectionHandler insertBeforeSectionHandler,
ApiTopicSectionHandler newSectionHandler
)
Public Sub InsertApiTopicSectionHandlerBefore (
insertBeforeSectionHandler As ApiTopicSectionHandler,
newSectionHandler As ApiTopicSectionHandler
)
public:
void InsertApiTopicSectionHandlerBefore(
ApiTopicSectionHandler^ insertBeforeSectionHandler,
ApiTopicSectionHandler^ newSectionHandler
)
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.
If the section handler already exists, it is removed before inserting it in the new location.