ConfigurationDomainCommandChangesPendingConfirmMessage Property

If specified and there are pending changes in the editor, this message will be displayed to the user in a confirmation dialog after they've triggered the command, but before its execution. They will have the option to proceed 'OK' or 'Cancel' the command. Note: This should be used as a replacement for "confirmMessage" messages. When this message is defined the "comfirmMessage" prompt is not used.

Definition

Namespace: MFiles.VAF.Configuration.Interfaces.Domain
Assembly: MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
C#
public string ChangesPendingConfirmMessage { get; set; }

Property Value

String

See Also