IModuleLoadConfiguration Method |
LoadConfiguration loads the configuration of the owner module from the vault.
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid LoadConfiguration(
Vault vault
)
Sub LoadConfiguration (
vault As Vault
)
void LoadConfiguration(
Vault^ vault
)
Parameters
- vault
- Type: Vault
The document vault.
See Also