MetadataStructureCacheInitialize Method |
The initialization method which is called only from the constructor. Rebuilds the cache.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual void Initialize(
Vault vault
)
Protected Overridable Sub Initialize (
vault As Vault
)
protected:
virtual void Initialize(
Vault^ vault
)
Parameters
- vault
- Type: Vault
The vault object.
See Also