TopicTransformationCoreAddApiTopicSectionHandler Method

Add a new API topic section handler

Definition

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

Parameters

sectionHandler  ApiTopicSectionHandler
The API topic section handler to add

Exceptions

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

See Also