[This is preliminary documentation and is subject to change.]
The ManagedListItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ManagedListItem | Initializes a new instance of the ManagedListItem class |
Fields
| Name | Description | |
|---|---|---|
| FullPath |
The full hierachical path of the item within the tree structure. In the case of a flat list, this will be exactly the same as the "Name" element.
| |
| ID |
The ID of the List item in Q-Pulse
| |
| IsArchived |
Whether the List item is archived
| |
| Name |
The Display Name of the item.
| |
| ParentID |
The ID of the items parent record in Q-Pulse. If the list is not a hierachy, this will be -1
|