TopicTransformationCoreAddApiTopicSectionHandler Method
Add a new API topic section handler
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddApiTopicSectionHandler(
ApiTopicSectionHandler sectionHandler
)
Public Sub AddApiTopicSectionHandler (
sectionHandler As ApiTopicSectionHandler
)
public:
void AddApiTopicSectionHandler(
ApiTopicSectionHandler^ sectionHandler
)
member AddApiTopicSectionHandler :
sectionHandler : ApiTopicSectionHandler -> unit
Parameters
- sectionHandler ApiTopicSectionHandler
- The API topic section handler to add
ArgumentException | This is thrown if a section handler has already been defined for
the given section. |