M-Files Vault Application Framework
C#
Show/Hide TOC
Upgrade
State Enumeration
Result states for an
IConfigurationUpgradeAction
. Note: The numeric ordering denotes the severity level, where anything larger than 'Succeeded' is a failure of some sort.
Definition
Namespace:
MFiles.VAF.Module.ConfigurationUpgrader
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
enum
UpgradeState
Members
NotRequired
0
Upgrade was not required.
Required
1
Upgrade is required.
Succeeded
2
Upgrade succeeded.
Failed
3
Upgrade did not succeed.
Fatal
4
The upgrade resulted in a fatal exception and was unable to continue.
See Also
Reference
MFiles.VAF.Module.ConfigurationUpgrader Namespace
In This Article
Definition
Members
See Also