Topic Transformation CoreRemove Api Topic Section Handler Method
Remove an API topic section handler
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The API topic handler that was removed or null if it was not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ApiTopicSectionHandler RemoveApiTopicSectionHandler(
ApiTopicSectionType sectionType,
string customSectionName
)VB
Public Function RemoveApiTopicSectionHandler (
sectionType As ApiTopicSectionType,
customSectionName As String
) As ApiTopicSectionHandlerC++
public:
ApiTopicSectionHandler^ RemoveApiTopicSectionHandler(
ApiTopicSectionType sectionType,
String^ customSectionName
)F#
member RemoveApiTopicSectionHandler :
sectionType : ApiTopicSectionType *
customSectionName : string -> ApiTopicSectionHandler Parameters
- sectionType ApiTopicSectionType
- The section type to remove
- customSectionName String
- If the section type is custom, this defines the custom section name
Return Value
ApiTopicSectionHandlerThe API topic handler that was removed or null if it was not found