ObjVerExLoadFullHistory Method |
Loads the objects full history enusuring each version has its properties and history loaded
and is properly previous-version chained.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic IEnumerable<ObjVerEx> LoadFullHistory()
Public Function LoadFullHistory As IEnumerable(Of ObjVerEx)
public:
IEnumerable<ObjVerEx^>^ LoadFullHistory()
Return Value
Type:
IEnumerableObjVerExList of object versions as history.
See Also