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