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