Click or drag to resize

IWorkflowCurrentGroup Property


Gets the current group to which page assignments are restricted in the current Work State.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IUserGroup CurrentGroup { get; }

Property Value

Type: IUserGroup
Remarks

When workflow advances to next state, the current group is Transitioned to the Next Group.

When calling AssignUser(IUser, String), an error is thrown if the user doesn't belong to current group.

See Also