Click or drag to resize

UserPolicyGroupsEmployee Property

Gets a list of the employee groups that this employee belongs to/in.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<string> Employee { get; set; }

Property Value

ListString
Remarks
Gets a list of the employee groups that this employee belongs to/in. An employee can belong to many groups.

Note  Note
Setup:
Manager > Employees > Policies Tab
Configuration > Security > Employee Groups
Note  Note
If 'Management Hierarchy' is enabled, then the manger of each group will automatically have access to all the employees/groups under them on the organizational chart.
See Also