TopicTransformationCoreReplaceApiTopicSectionHandler Method

Replace an API topic section handler with a new one

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ApiTopicSectionHandler ReplaceApiTopicSectionHandler(
	ApiTopicSectionHandler sectionHandler
)

Parameters

sectionHandler  ApiTopicSectionHandler
The API topic section handler to add

Return Value

ApiTopicSectionHandler
The API topic handler that was replaced

Exceptions

ArgumentExceptionThis is thrown if a section handler has not been defined for the given section.

See Also