PropertyValueChangeType 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#
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