ObjVerExReadCacheResolve Method (IEnumerableLookup, SessionInfo) |
Resolves a set of ObjVerEx instances with the ObjectVersion and Properties already loaded.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic List<ObjVerEx> Resolve(
IEnumerable<Lookup> lookups,
SessionInfo userSession = null
)
Parameters
- lookups
- Type: System.Collections.GenericIEnumerableLookup
References to the objects to load. - userSession (Optional)
- Type: SessionInfo
The current user session if applicable (can be null).
Return Value
Type:
ListObjVerExA collection
ObjVerEx instance with the ObjectVersion and Properties already loaded
See Also