ITransitionUserInterface Interface Ingeniux CMS Content Store API

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

public interface ITransitionUserInterface

The ITransitionUserInterface type exposes the following members.

Properties

  NameDescription
Public propertyOnEnterDisplayTime Obsolete.
Get and sets the display time of the of the enter dialog, if OnEnterHideDlgButtons is set to true.
Public propertyOnEnterHideDlgButtons Obsolete.
Gets and sets whether hide the dialog buttons on the enter dialog.
Public propertyOnEnterPrompt
Gets and sets the message that displays in the dialog before transition execution starts.
Public propertyOnExitDisplayTime Obsolete.
Get and sets the display time of the of the exit dialog if OnExitHideDlgButtons is set to true.
Public propertyOnExitHideDlgButtons Obsolete.
Gets and sets whether to hide the dialog buttons on the exit dialog.
Public propertyOnExitPrompt
Gets and sets the message that displays in the dialog before transition execution ends.
Public propertyToolbarIcon
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.
Top
See Also

Reference