HierarchyItemType Enumeration |
Print this page
Identifies the type of the hierarchy item. Values: Unit, User, Driver, Category, Team, Fleet, Customer.
Namespace: Telogis.API Syntax public enum HierarchyItemType
Public Enumeration HierarchyItemType
Members
| Member name | Value | Description |
---|
| Unit | 0 | |
| User | 1 | |
| Driver | 2 | |
| Category | 3 | |
| Team | 4 | |
| Fleet | 5 | |
| Customer | 6 | |
See Also