TopicTransformationCoreApiTopicSectionHandlerFor Method

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

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
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

Return Value

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

See Also