Api Topic Section Type Enumeration
This enumerated type defines the sections that are rendered in an API topic
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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#
[SerializableAttribute]
public enum ApiTopicSectionTypeVB
<SerializableAttribute>
Public Enumeration ApiTopicSectionTypeC++
[SerializableAttribute]
public enum class ApiTopicSectionTypeF#
[<SerializableAttribute>]
type ApiTopicSectionTypeRemarks
Section order may vary from one presentation style to another and may be customized by plug-ins
Members
| Notices | 0 | The notices such as the preliminary API and obsolete warnings |
| Summary | 1 | The summary section. |
| InheritanceHierarchyAbbreviated | 2 | The abbreviated inheritance hierarchy. |
| NamespaceAndAssemblyInfo | 3 | Namespace and assembly information. |
| SyntaxSection | 4 | The syntax section. |
| MemberList | 5 | A member list based on the topic type (root, root group, namespace group, namespace, enumeration, type, or type members). |
| Events | 6 | The events section. |
| Exceptions | 7 | The exceptions section. |
| Remarks | 8 | The remarks section. |
| Examples | 9 | The examples section. |
| Platforms | 10 | The platforms section (reserved for future use). |
| Versions | 11 | The versions section. |
| Permissions | 12 | The permissions section. |
| ThreadSafety | 13 | The thread safety section. |
| RevisionHistory | 14 | The revision history section. |
| Bibliography | 15 | The bibliography section. |
| SeeAlso | 16 | The See Also section. |
| InheritanceHierarchyFull | 17 | The full inheritance hierarchy. |
| CustomSection | 18 | A custom section. |