TemplateSectionTypeEnum
TemplateSectionTypeEnum enumeration constants are used to define the section type.
typedef enum {
TST_Section,
TST_DocumentDefinitionLink
} TemplateSectionTypeEnum;
Elements
| Name | Description |
|---|---|
| TST_Section | The object is a simple section. |
| TST_DocumentDefinitionLink | The object is a section with a link to a document definition. |
Used in
8/15/2023 1:19:30 PM