Represents the settings for user-interface behavior when the transition is executed.
This includes the toolbar icons and the enter/exit dialog settings.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The ITransitionUserInterface type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| OnEnterDisplayTime | Obsolete.
Get and sets the display time of the of the enter dialog, if OnEnterHideDlgButtons is set to true.
| |
| OnEnterHideDlgButtons | Obsolete.
Gets and sets whether hide the dialog buttons on the enter dialog.
| |
| OnEnterPrompt |
Gets and sets the message that displays in the dialog before transition execution starts.
| |
| OnExitDisplayTime | Obsolete.
Get and sets the display time of the of the exit dialog if OnExitHideDlgButtons is set to true.
| |
| OnExitHideDlgButtons | Obsolete.
Gets and sets whether to hide the dialog buttons on the exit dialog.
| |
| OnExitPrompt |
Gets and sets the message that displays in the dialog before transition execution ends.
| |
| ToolbarIcon |
Gets and sets the toolbar icon. If set, the icon appears in the "Advance in Workflow" toolbar button's drop-down menu item for this transition.
|
See Also