IBatchItem
What it does
Represents an element (a batch, document or page) as the type specified in the Type property.
Note. This object is not available on the Web Verification Station for checking rules locally.
Properties
Name | Type | Access | Name |
---|---|---|---|
AsBatch | IBatch | Read-only | Returns the element as a batch |
AsDocument | IDocument | Read-only | Returns the element as a document |
AsPage | IPage | Read-only | Returns the element as a page |
Batch | IBatch | Read-only | The batch that contains the element |
BatchName | string | Read-only | The name of the batch |
ChildItems | IBatchItems | Read-only | A collection of child elements |
Index | int | Read-only | The index number of the element in the collection |
Parent | IBatchItem | Read-only | The parent element |
Type | TBatchItemType | Read-only | The type of the element |
12.04.2024 18:16:02