ObjVerExLoadFullHistory Method

Loads the objects full history enusuring each version has its properties and history loaded and is properly previous-version chained.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public IEnumerable<ObjVerEx> LoadFullHistory()

Return Value

IEnumerableObjVerEx
List of object versions as history.

See Also