M-Files Vault Application Framework
C#
Show/Hide TOC
Basic
Module
Load
Configuration Method
Actual module needs to have its own LoadConfiguration.
Definition
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
void
LoadConfiguration
(
Vault
vault
)
Parameters
vault
Vault
The document vault.
Implements
IModule
LoadConfiguration(Vault)
See Also
Reference
BasicModule Class
MFiles.VAF.Module Namespace
In This Article
Definition
Parameters
Implements
See Also