FormCommandConfirmCommandMessage Property |
[This is preliminary documentation and is subject to change.]
If this property contains a text it will be displayed in a JavaScript confirm
dialog before actually executing the command. The command will only be
executed if the user chooses "Ok" on the confirm dialog.
Namespace: CSC.SC.TOPICA4.TemplateAssembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntaxpublic string ConfirmCommandMessage { get; set; }
Property Value
Type:
String
See Also