ITransitionDefaultUser Property Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

IUser DefaultUser { get; set; }

Property Value

Type: IUser
Exceptions

ExceptionCondition
ArgumentExceptionWhen the NextGroup property value is null, or when NextGroup doesn't include the provided user.
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

Reference