This object is used to update a user's workgroup activation.

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 UserWorkgroupActivationUpdate
Visual Basic
Public Class UserWorkgroupActivationUpdate

Remarks

This class is used to modify a user's workgroup activation. To modify a user's workgroup activation, create an object of this class and set the Workgroup, IsActive, and UserId properties and then call the UpdateRequest()()()() or UpdateRequestAsync(AsyncCompletedEventHandler, Object) methods to change the workgroup activation for a particular workgroup. If the UpdateRequestAsync(AsyncCompletedEventHandler, Object) method is called the completedCallback delegate will be invoked when the user's workgroup activation has been modified.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.People..::..UserWorkgroupActivationUpdate

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