ITransitionUserInterfaceOnEnterPrompt Property
|
Gets and sets the message that displays in the dialog before transition execution starts.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string OnEnterPrompt { get; set; }
Property OnEnterPrompt As String
Get
Set
property String^ OnEnterPrompt {
String^ get ();
void set (String^ value);
}
abstract OnEnterPrompt : string with get, set
Property Value
Type:
StringRemarks If not set, the dialog doesn't appear before the transition is executed.
See Also