Click or drag to resize

AddUserAccess Structure

**BETA** A structure that contains a users access or permissions meta data.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsAddUserAccess

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct AddUserAccess

The AddUserAccess type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleKioskPunchingAllowed Returns true if a user is allowed to clock/in out through the web kiosk
Public propertyCode exampleMobileClockInOutAllowed Returns true if a user is allowed to clock in/out through a mobile device
Public propertyCode exampleMobileEnforceIPPolicies Returns true if an Enforce IP Access policies on mobile web is enabled
Public propertyCode exampleMobileGeolocPunchTrack Returns true if geo-location of a punch is enabled for the mobile web interface
Public propertyCode exampleMobileGeolocPunchTrackOnly Returns true if a user is required to report geo-location before punching in the mobile web interface
Public propertyCode exampleMobilePunchingAllowed Returns true if a user is allowed to login through a mobile device
Public propertyCode exampleWebPunchingAllowed Returns true if a user is allowed to clock/in out through the web interface
Public propertyCode exampleWebSystemAccessAllowed Returns true if a user is allowed to access any web interface
Top
Remarks
A structure that contains a users access or permissions meta data.

Note  Note
Setup:
Manager > Employees > Access Tab
Example
For example code see AddUserDetail(AddUserDetailIn)
See Also