Topic Transformation CoreAdd Api Topic Section Handler Method
Add a new API topic section handler
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void AddApiTopicSectionHandler(
ApiTopicSectionHandler sectionHandler
)VB
Public Sub AddApiTopicSectionHandler (
sectionHandler As ApiTopicSectionHandler
)C++
public:
void AddApiTopicSectionHandler(
ApiTopicSectionHandler^ sectionHandler
)F#
member AddApiTopicSectionHandler :
sectionHandler : ApiTopicSectionHandler -> unit Parameters
- sectionHandler ApiTopicSectionHandler
- The API topic section handler to add
Exceptions
| ArgumentException | This is thrown if a section handler has already been defined for the given section. |