TopicTransformationCoreRemoveApiTopicSectionHandler Method
Remove an API topic section handler
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ApiTopicSectionHandler RemoveApiTopicSectionHandler(
ApiTopicSectionType sectionType,
string customSectionName
)
Public Function RemoveApiTopicSectionHandler (
sectionType As ApiTopicSectionType,
customSectionName As String
) As ApiTopicSectionHandler
public:
ApiTopicSectionHandler^ RemoveApiTopicSectionHandler(
ApiTopicSectionType sectionType,
String^ customSectionName
)
member RemoveApiTopicSectionHandler :
sectionType : ApiTopicSectionType *
customSectionName : string -> ApiTopicSectionHandler
- sectionType ApiTopicSectionType
- The section type to remove
- customSectionName String
- If the section type is custom, this defines the custom section name
ApiTopicSectionHandlerThe API topic handler that was removed or null if it was not found