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
15.08.2023 13:19:30