Table of Contents

TopicTransformationCore.ReplaceApiTopicSectionHandler Method

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

Replace an API topic section handler with a new one

public ApiTopicSectionHandler ReplaceApiTopicSectionHandler(ApiTopicSectionHandler sectionHandler)

Parameters

sectionHandler ApiTopicSectionHandler

The API topic section handler to add

Returns

ApiTopicSectionHandler

The API topic handler that was replaced

Exceptions

ArgumentException

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