ObjVerExReadCache Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ObjVerExReadCache(
	Vault vault,
	IEnumerable<ObjVerEx> objVerExs = null
)

Parameters

vault  Vault
The vault in which the objects to cache reside.
objVerExs  IEnumerableObjVerEx  (Optional)
The objects to pre-fill the cache with.

See Also