IndexSection
A section within the index.
IndexSection Properties
| Property |
Type |
Access |
Description |
| AllTopics |
Array of Topics |
read |
A flattened list of all the child topics. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Name |
String |
read |
The name of the object. |
| Parent |
Object |
read |
The parent of the object. |
| Topics |
Topics |
read |
All index topics. |
IndexSection Methods
| Method |
Returns |
Description |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
Previous post: IndexSections
Next post: IndexOptions