TOCEntryGenOption
- Class Name:
- com::liquent::insight::manager::publisher::data::specialsheets::TOCEntryGenOption
Note: The
TOCEntryGenOption is a specific class that is related to the "Tree Elements to Include in TOC" UI multiselect field of the TOC Type UI element. Therefore, you need to declare as many
TOCEntryGenOption classes in Assembly XML for each
TocType class as you need to select the "Tree Elements to Include in TOC" values for the corresponding
TocType class. For example, if you want to select
FOLDER,
DOCUMENT, etc., for the current
TocType class, then you need to create a
TOCEntryGenOption class for each value. One for
FOLDER (the entityTypeId field value is FOLDER), one for
DOCUMENT (the entityTypeId field value is DOCUMENT), etc., and associate all classes to the current
TocType class (value of the tocTypeId field is the value of the id field of this
TocType class).
| Field Name | Field Type | Matching UI Field | Req (Y/N) | Description | Acceptable Values | Default Value |
|---|---|---|---|---|---|---|
| id | long | Y | The unique TOCEntryGenOption ID represented by a numerical value. This field is used to link classes within Assembly XML. This value will be used to populate corresponding fields in child classes. This ID will be replaced by the database ID in the imported assembly. | |||
| entityTypeId | long | Tree Elements to Include in TOC | Y | Defines which Tree elements will be included in this TOC. |
|
|
| tocId | long | N | This field is not used for import. | |||
| tocTypeId | long | Y | The value of the ID field of the TocType class. | |||
| changeReasonTypeId | long | N | This field is not used for import. | |||
| changeReasonComment | string | N | This field is not used for import. |