ObjVerChanges Class
Resolves the property changes between an object, and its previous version.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public class ObjVerChanges
- Inheritance
- Object ObjVerChanges
Changed
|
Properties that have changed between versions.
|
NewVersion
|
The current version of the object.
|
OldVersion
|
The previous version of the object (if it exists).
|
Vault
|
The vault in which this object and it's versions reside.
|
HasChanged(MFIdentifier)
|
Indicates whether the passed any of the passed properties
have changed since the previous version.
|
HasChanged(Object)
|
Indicates whether the passed any of the passed properties
have changed since the previous version.
|