ObjVerExReadCacheCache Method

Adds an ObjVerEx to the cache and ensures it is loaded.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void Cache(
	ObjVerEx objVerEx
)

Parameters

objVerEx  ObjVerEx
The item to cache.

Remarks

If there is more than one objVerEx to cache, use the Resolve overload.

See Also