ObjVerExReadCache Constructor |
Constructor.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic ObjVerExReadCache(
Vault vault,
IEnumerable<ObjVerEx> objVerExs = null
)
Public Sub New (
vault As Vault,
Optional objVerExs As IEnumerable(Of ObjVerEx) = Nothing
)
public:
ObjVerExReadCache(
Vault^ vault,
IEnumerable<ObjVerEx^>^ objVerExs = nullptr
)
Parameters
- vault
- Type: Vault
The vault in which the objects to cache reside. - objVerExs (Optional)
- Type: System.Collections.GenericIEnumerableObjVerEx
The objects to pre-fill the cache with.
See Also