PropertyValueChange Class
Defines a changed property value between object versions.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public class PropertyValueChange
- Inheritance
- Object PropertyValueChange
ChangeType
|
The type of property change between versions.
|
DataType
|
The data type of the propertyValue(s)
|
NewValue
|
The current version's property value (if there is one).
|
OldValue
|
The previous version's property value (if there was one).
|
PropertyDef
|
The PropertyDef ID of the property Value(s).
|