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

Parameters

lookup  Lookup
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