Table of Contents

TopicTransformationCore.ApiTopicSectionHandlerFor Method

Definition

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

This is used to retrieve the current API topic section handler for the given section

public ApiTopicSectionHandler ApiTopicSectionHandlerFor(ApiTopicSectionType sectionType, string customSectionName)

Parameters

sectionType ApiTopicSectionType

The section type

customSectionName string

If the section type is CustomSection, this should refer to the custom section name

Returns

ApiTopicSectionHandler

The API topic section handler if found or null if there isn't one