ApiTopicSectionHandler(ApiTopicSectionType, String, ActionTopicTransformationCore) Constructor
This constructor supporting specifying a custom section type and name
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ApiTopicSectionHandler(
ApiTopicSectionType sectionType,
string customSectionName,
Action<TopicTransformationCore> renderSection
)
Public Sub New (
sectionType As ApiTopicSectionType,
customSectionName As String,
renderSection As Action(Of TopicTransformationCore)
)
public:
ApiTopicSectionHandler(
ApiTopicSectionType sectionType,
String^ customSectionName,
Action<TopicTransformationCore^>^ renderSection
)
new :
sectionType : ApiTopicSectionType *
customSectionName : string *
renderSection : Action<TopicTransformationCore> -> ApiTopicSectionHandler
Parameters
- 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.