ITransitionDefaultUser Property
|
Gets and sets the default
User to whom to assign the
Page in
Workflow when
the transition advances to the next workstate.
The transition doesn't automatically assign the
Page to this
User;
It is only a recommendation from the transition on whom should be assigned the
Page.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IUser DefaultUser { get; set; }
Property DefaultUser As IUser
Get
Set
property IUser^ DefaultUser {
IUser^ get ();
void set (IUser^ value);
}
abstract DefaultUser : IUser with get, set
Property Value
Type:
IUserExceptions Remarks
This property cannot be set before NextGroup is set to an existing Group.
This user must be a member of NextGroup.
The Ingeniux CMS client uses the default user information to automatically select a user to assign the page in the UI.
See Also