ModularVaultApplicationBaseAllowLoadOfModule 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#
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

IModuleManagerAllowLoadOfModule(IModule)

See Also