ModularVaultApplicationBaseIsModuleOperational Method

Checks whether the module is enabled. To be enabled, there is no need for configuration, or the configuration is enabled.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static bool IsModuleOperational(
	IModule module,
	bool checkValidity
)

Parameters

module  IModule
The module to be checked
checkValidity  Boolean
Whether to check if the module is also valid

Return Value

Boolean
Boolean indicating whether the module is enabled

See Also