ModularVaultApplicationBaseAllowLoadOfModule Method |
Return whether this module should be loaded or not.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual bool AllowLoadOfModule(
IModule module
)
Public Overridable Function AllowLoadOfModule (
module As IModule
) As Boolean
public:
virtual bool AllowLoadOfModule(
IModule^ module
)
Parameters
- module
- Type: MFiles.VAF.ModuleIModule
The module in question.
Return Value
Type:
BooleanTrue always, overriding classes can provide their own answer.
Implements
IModuleManagerAllowLoadOfModule(IModule)
See Also