ITransition Properties Ingeniux CMS Content Store API

The ITransition type exposes the following members.

Properties

  Name Description
Public property Actions
Gets the collection of Actions in this transition.
Public property AllowNextGroupToAdvance
Gets and sets whether Members of the next group in the transition can advance the page.
Public property AssignToGroupOnly
Gets and sets whether the transition only assigns the Page to a Group.
Public property Created
Gets the entity's creation date.
(Inherited from IEntity.)
Public property CreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public property CurrentState
Gets and sets the Work State before the Workflow advances through this transition. Transition is only available for Workflow to advance through, if Workflow is currently on this Work state.
Public property DefaultUser
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.
Public property Definition
Gets the Workflow Definition to which this transition belongs.
Public property Description
Gets and sets the description of transition.
Public property DisallowDefaultUserOverride
Gets and sets whether a Page can be assigned to a different User, but only if the Default User is specified in this transition.
Public property IsDefault
Gets and sets whether the transition is the default for a given Work State.
Public property LastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public property LastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public property Name
Gets and sets the entity's name.
(Inherited from IEntity.)
Public property NextGroup
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.
Public property NextState
Gets and sets the Work State that the Workflow will be on after advancing through this transition.
Public property Session
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public property SessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public property Trigger
Gets and sets the type of Trigger associated with this transition. Decides where the transition is executed.
Public property UIParameters
Gets the behavior settings on for transitions on the Ingeniux CMS user interface. Actual changes will be performed on the property value. These settings decide this Workflow's icon on the toolbar, the "Advance" button drop-down menu, and the enter/exit prompt dialogs settings.
Top
See Also

Reference