StatusReasons Object (IStatusReasons Interface)
This object is a collection of reasons providing more detail on document status.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | StatusReason, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Adds a new element at the end of the collection. |
| DeleteAt | Removes an element from the collection. |
| DeleteAll | Removes all the elements from the collection. |
| Item | Provides access to a single element of the collection. |
See also
8/15/2023 1:19:30 PM