Represents the status of a user's activation in a workgroup. When a user is activated in a workgroup, then the user is eligible to handle ACD interactions.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class UserWorkgroupActivation
Visual Basic
Public Class UserWorkgroupActivation

Remarks

This class contains the name of a workgroup and a boolean flag to indicate if the user is activated in that workgroup. Agents and supervisors can activate/deactivate an agent from an ACD workgroup.

Object instances of this class are managed by the UserWorkgroupActivationList class. Each property is represented by an integer value in the UserWorkgroupActivationProperty enumeration.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.People..::..UserWorkgroupActivation

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also