ITransitionUIParameters Property
|
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.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ITransitionUserInterface UIParameters { get; }
ReadOnly Property UIParameters As ITransitionUserInterface
Get
property ITransitionUserInterface^ UIParameters {
ITransitionUserInterface^ get ();
}
abstract UIParameters : ITransitionUserInterface with get
Property Value
Type:
ITransitionUserInterfaceRemarks This is a UI-specific property that only affects the transition's visual presentation, not how the transition is executed on the server.
See Also