LinkToSection Object
This object represents a link between the class and the Document Definition section or section variant. After a link has been set up, pages of the linked class may only be found in the specified section. You can also set the role of the page in the section: first page or any page.
Please note that links to section variants are only supported for non-invoice Document Definitions. For invoice projects you may create only links to sections.
Properties
Name | Type | Description |
---|---|---|
PageRole | PageRoleEnum, read-only | Specifies if the page may be only the first in the section or any page of the section. |
Section | SectionDefinition, read-only | Specifies the section of a Document Definition. |
VariantName | String, read-only | Stores the name of the section variant. Unavailable for invoice projects. |
Related objects
Output parameter
This object is the output parameter of the AddNew and Item methods of the LinksToSections object.
Input parameter
This object is the input parameter of the Delete method of the LinksToSections object.
Samples
This object is used in the following code samples: Classification.
See also
8/15/2023 1:19:30 PM