PropertyValueChangeType Enumeration
Indicates the type of property change between versions of an object.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public enum PropertyValueChangeType
| 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.
|