M-Files Vault Application Framework
C#
Show/Hide TOC
Custom
Domain
Command
Confirm
Message Property
If specified, the 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 or cancel the command.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
string
ConfirmMessage
{
get
;
set
; }
Property Value
String
See Also
Reference
CustomDomainCommand Class
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
See Also