ObjVerExReadCacheResolve(ObjID, SessionInfo) Method

Resolves an ObjVerEx instance with the ObjectVersion and Properties already loaded.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ObjVerEx Resolve(
	ObjID objID,
	SessionInfo userSession = null
)

Parameters

objID  ObjID
A reference to the object to load.
userSession  SessionInfo  (Optional)
The current user session if applicable (can be null).

Return Value

ObjVerEx
An ObjVerEx instance with the ObjectVersion and Properties already loaded

See Also