Api Topic Section Handler(Api Topic Section Type, String, ActionTopic Transformation Core) Constructor
This constructor supporting specifying a custom section type and name
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
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 ApiTopicSectionHandler(
ApiTopicSectionType sectionType,
string customSectionName,
Action<TopicTransformationCore> renderSection
)VB
Public Sub New (
sectionType As ApiTopicSectionType,
customSectionName As String,
renderSection As Action(Of TopicTransformationCore)
)C++
public:
ApiTopicSectionHandler(
ApiTopicSectionType sectionType,
String^ customSectionName,
Action<TopicTransformationCore^>^ renderSection
)F#
new :
sectionType : ApiTopicSectionType *
customSectionName : string *
renderSection : Action<TopicTransformationCore> -> ApiTopicSectionHandlerParameters
- sectionType ApiTopicSectionType
- The section type
- customSectionName String
- The custom section name if this is a custom section
- renderSection ActionTopicTransformationCore
- The action to perform that will render the section. It will be passed a reference to the topic transformations.