M-Files Vault Application Framework
C#
Show/Hide TOC
Property
Value
Change
Type Enumeration
Indicates the type of property change between versions of an object.
Definition
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
enum
PropertyValueChangeType
Members
None
0
No property change.
Added
1
The property value was added.
Modified
2
The property value was modified.
Removed
3
The property value was removed.
See Also
Reference
MFiles.VAF.Common Namespace
In This Article
Definition
Members
See Also