ObjVerExHistory Property

Retrieves the history of this object, with each version wrapped as an ObjVerEx object. Also ensures the order of the object is from newest to oldest. Includes all versions, including the called instance.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public IEnumerable<ObjVerEx> History { get; }

Property Value

IEnumerableObjVerEx

See Also