Click or drag to resize
UserRights Enumeration
Print this page
Identifies the rights held by a user. Values: AssignDriver, PollUnits, CanAddMapMarkers, etc.

Namespace: Telogis.API
  
  
Syntax
public enum UserRights
Members
  Member nameValueDescription
AssignDriver0 User can assign drivers to vehicles.
PollUnits1 User can poll vehicles for additional reports beyond regularly scheduled reports.
CanAddMapMarkers2 User can add markers to the map.
F_Access3 User can see vehicles in public fleets, but not the details.
F_EditMem4 User can add or remove vehicles from public fleets.
F_EditDet5 User can change the names of public fleets.
F_CreateDel6 User can create and delete public fleets.
F_ViewMemDet7 User can see the details of vehicles in public fleets, but not edit them.
F_EditMemDet8 User can edit the details of vehicles in public fleets.
F_Mask9 Mask string for fleets rights.
T_Access10 User can see drivers in public teams, but not the details.
T_EditMem11 User can add or remove drivers from public teams.
T_EditDet12 User can change the names of public teams.
T_CreateDel13 User can create and delete public teams.
T_ViewMemDet14 User can see the details of drivers in public teams, but not edit them.
T_EditMemDet15 User can edit the details of drivers in public teams.
T_Mask16 Mask string for teams rights.
C_Access17 User can see markers in public categories, but not the details.
C_EditMem18 User can add or remove markers from public categories.
C_EditDet19 User can edit the details of public categories.
C_CreateDel20 User can create and delete public categories.
C_ViewMemDet21 User can see the details of markers in public categories, but not edit them.
C_EditMemDet22 User can edit the details of markers in public categories.
C_DeleteMem23 User can delete public markers.
C_Mask24 Mask string for categories rights.
R_Access25 User can run public reports.
R_EditDet26 User can edit the details of public reports.
R_CreateDel27 User can create and delete public reports.
R_Mask28 Mask string for reports rights.
CanAddDrivers29 User can create new drivers.
CanCreateUsers30 User can create additional subusers and edit their details.
M_ViewShared31
M_ViewGlobal32
M_CreateEditDelPersonalShared33
M_CreateEditDelGlobal34
AHR_Access35
AHR_CreateDel36
See Also