Print this page
            Identifies the rights held by a user. Values: AssignDriver, PollUnits, CanAddMapMarkers, etc.
            
 
Namespace: Telogis.API     Syntax
SyntaxPublic Enumeration UserRights
 Members
Members|  | Member name | Value | Description | 
|---|
|  | AssignDriver | 0 | User can assign drivers to vehicles. | 
|  | PollUnits | 1 | User can poll vehicles for additional reports beyond regularly scheduled reports. | 
|  | CanAddMapMarkers | 2 | User can add markers to the map. | 
|  | F_Access | 3 | User can see vehicles in public fleets, but not the details. | 
|  | F_EditMem | 4 | User can add or remove vehicles from public fleets. | 
|  | F_EditDet | 5 | User can change the names of public fleets. | 
|  | F_CreateDel | 6 | User can create and delete public fleets. | 
|  | F_ViewMemDet | 7 | User can see the details of vehicles in public fleets, but not edit them. | 
|  | F_EditMemDet | 8 | User can edit the details of vehicles in public fleets. | 
|  | F_Mask | 9 | Mask string for fleets rights. | 
|  | T_Access | 10 | User can see drivers in public teams, but not the details. | 
|  | T_EditMem | 11 | User can add or remove drivers from public teams. | 
|  | T_EditDet | 12 | User can change the names of public teams. | 
|  | T_CreateDel | 13 | User can create and delete public teams. | 
|  | T_ViewMemDet | 14 | User can see the details of drivers in public teams, but not edit them. | 
|  | T_EditMemDet | 15 | User can edit the details of drivers in public teams. | 
|  | T_Mask | 16 | Mask string for teams rights. | 
|  | C_Access | 17 | User can see markers in public categories, but not the details. | 
|  | C_EditMem | 18 | User can add or remove markers from public categories. | 
|  | C_EditDet | 19 | User can edit the details of public categories. | 
|  | C_CreateDel | 20 | User can create and delete public categories. | 
|  | C_ViewMemDet | 21 | User can see the details of markers in public categories, but not edit them. | 
|  | C_EditMemDet | 22 | User can edit the details of markers in public categories. | 
|  | C_DeleteMem | 23 | User can delete public markers. | 
|  | C_Mask | 24 | Mask string for categories rights. | 
|  | R_Access | 25 | User can run public reports. | 
|  | R_EditDet | 26 | User can edit the details of public reports. | 
|  | R_CreateDel | 27 | User can create and delete public reports. | 
|  | R_Mask | 28 | Mask string for reports rights. | 
|  | CanAddDrivers | 29 | User can create new drivers. | 
|  | CanCreateUsers | 30 | User can create additional subusers and edit their details. | 
|  | M_ViewShared | 31 |  | 
|  | M_ViewGlobal | 32 |  | 
|  | M_CreateEditDelPersonalShared | 33 |  | 
|  | M_CreateEditDelGlobal | 34 |  | 
|  | AHR_Access | 35 |  | 
|  | AHR_CreateDel | 36 |  | 
 See Also
See Also