TopicTransformationCoreRemoveApiTopicSectionHandler Method

Remove an API topic section handler

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ApiTopicSectionHandler RemoveApiTopicSectionHandler(
	ApiTopicSectionType sectionType,
	string customSectionName
)

Parameters

sectionType  ApiTopicSectionType
The section type to remove
customSectionName  String
If the section type is custom, this defines the custom section name

Return Value

ApiTopicSectionHandler
The API topic handler that was removed or null if it was not found

See Also