PageClass Object (IPageClass Interface)
This object represents one of the classes into which the pages may be classified.
Important! Note that this object becomes unavailable once you close the working batch.
Properties
Name | Type | Description |
---|---|---|
Id | Integer, read-only | Returns the identifier of the class. The identifier is generated automatically by the program when the class is created. |
LinksToSections | LinksToSections, read-only | Connects the class to a specific section during the training. |
Name | String | Stores the name of the class. |
Related objects
Output parameter
This object is the output parameter of the AddNew and Item methods of the PageClasses object.
Samples
This object is used in the following code samples: Classification.
See also
8/15/2023 1:19:30 PM