Api Topic Section HandlerCustom Section Name Property
If SectionType is CustomSection, this contains the custom section 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 string CustomSectionName { get; }VB
Public ReadOnly Property CustomSectionName As String
GetC++
public:
property String^ CustomSectionName {
String^ get ();
}F#
member CustomSectionName : string with get