TopicTransformationCoreReplaceApiTopicSectionHandler Method
Replace an API topic section handler with a new one
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ApiTopicSectionHandler ReplaceApiTopicSectionHandler(
ApiTopicSectionHandler sectionHandler
)
Public Function ReplaceApiTopicSectionHandler (
sectionHandler As ApiTopicSectionHandler
) As ApiTopicSectionHandler
public:
ApiTopicSectionHandler^ ReplaceApiTopicSectionHandler(
ApiTopicSectionHandler^ sectionHandler
)
member ReplaceApiTopicSectionHandler :
sectionHandler : ApiTopicSectionHandler -> ApiTopicSectionHandler
- sectionHandler ApiTopicSectionHandler
- The API topic section handler to add
ApiTopicSectionHandlerThe API topic handler that was replaced
ArgumentException | This is thrown if a section handler has not been defined for
the given section. |