ObjVerExReadCacheResolve(ObjVer, 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(
	ObjVer objVer,
	SessionInfo userSession = null
)

Parameters

objVer  ObjVer
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