ObjVerExReadCacheResolve Method (Lookups, 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.3.623.2
Syntaxpublic List<ObjVerEx> Resolve(
Lookups lookups,
SessionInfo userSession = null
)
Public Function Resolve (
lookups As Lookups,
Optional userSession As SessionInfo = Nothing
) As List(Of ObjVerEx)
public:
List<ObjVerEx^>^ Resolve(
Lookups^ lookups,
SessionInfo^ userSession = nullptr
)
Parameters
- lookups
- Type: Lookups
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