IHostConfigurationHasCompanyModules Method

Gets if the company has a specific active module.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool HasCompanyModules(
	LicencyModules checkModule
)

Parameters

checkModule  LicencyModules
LicencyModules with the module to check.

Return Value

Boolean
if allowed; otherwise, .

See Also