TopicTransformationCoreApiTopicSectionHandlerFor Method
This is used to retrieve the current API topic section handler for the given section
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ApiTopicSectionHandler ApiTopicSectionHandlerFor(
ApiTopicSectionType sectionType,
string customSectionName
)
Public Function ApiTopicSectionHandlerFor (
sectionType As ApiTopicSectionType,
customSectionName As String
) As ApiTopicSectionHandler
public:
ApiTopicSectionHandler^ ApiTopicSectionHandlerFor(
ApiTopicSectionType sectionType,
String^ customSectionName
)
member ApiTopicSectionHandlerFor :
sectionType : ApiTopicSectionType *
customSectionName : string -> ApiTopicSectionHandler
- sectionType ApiTopicSectionType
- The section type
- customSectionName String
- If the section type is CustomSection, this should refer to the
custom section name
ApiTopicSectionHandlerThe API topic section handler if found or null if there isn't one