ObjVerExReadCacheResolve(IEnumerableLookup, SessionInfo) Method

Resolves a set of ObjVerEx instances with the ObjectVersion and Properties already loaded.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public List<ObjVerEx> Resolve(
	IEnumerable<Lookup> lookups,
	SessionInfo userSession = null
)

Parameters

lookups  IEnumerableLookup
References to the objects to load.
userSession  SessionInfo  (Optional)
The current user session if applicable (can be null).

Return Value

ListObjVerEx
A collection ObjVerEx instance with the ObjectVersion and Properties already loaded

See Also