Topic Transformation CoreReplace Api Topic Section Handler Method
Replace an API topic section handler with a new one
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The API topic handler that was replaced
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ApiTopicSectionHandler ReplaceApiTopicSectionHandler(
ApiTopicSectionHandler sectionHandler
)VB
Public Function ReplaceApiTopicSectionHandler (
sectionHandler As ApiTopicSectionHandler
) As ApiTopicSectionHandlerC++
public:
ApiTopicSectionHandler^ ReplaceApiTopicSectionHandler(
ApiTopicSectionHandler^ sectionHandler
)F#
member ReplaceApiTopicSectionHandler :
sectionHandler : ApiTopicSectionHandler -> ApiTopicSectionHandler Parameters
- sectionHandler ApiTopicSectionHandler
- The API topic section handler to add
Return Value
ApiTopicSectionHandlerThe API topic handler that was replaced
Exceptions
| ArgumentException | This is thrown if a section handler has not been defined for the given section. |