ITransitionNextGroup Property
|
Gets and sets the next
Group to which page assignments are restricted when the transition advances to the next workstate.
The
DefaultUser must be a member of this group.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IUserGroup NextGroup { get; set; }
Property NextGroup As IUserGroup
Get
Set
property IUserGroup^ NextGroup {
IUserGroup^ get ();
void set (IUserGroup^ value);
}
abstract NextGroup : IUserGroup with get, set
Property Value
Type:
IUserGroupExceptions Exception | Condition |
---|
ArgumentNullException | When trying to set the value to null, or when the value is null when you attempt to save the entity. |
Remarks This property is required. It cannot be set as null. If it is set to null, it throws an error upon saving.
See Also