M-Files Vault Application Framework
C#
Show/Hide TOC
Modular
Vault
Application
Base
Allow
Load
Of
Module Method
Return whether this module should be loaded or not.
Definition
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
bool
AllowLoadOfModule
(
IModule
module
)
Parameters
module
IModule
The module in question.
Return Value
Boolean
True always, overriding classes can provide their own answer.
Implements
IModuleManager
AllowLoadOfModule(IModule)
See Also
Reference
ModularVaultApplicationBase Class
MFiles.VAF Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also