ObjVerExReadCacheResolve Method (Lookup, SessionInfo) |
Resolves an ObjVerEx instance 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 ObjVerEx Resolve(
Lookup lookup,
SessionInfo userSession = null
)
Parameters
- lookup
- Type: Lookup
A reference to the object to load. - userSession (Optional)
- Type: SessionInfo
The current user session if applicable (can be null).
Return Value
Type:
ObjVerExAn
ObjVerEx instance with the ObjectVersion and Properties already loaded
See Also