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