IHostConfigurationHasUserModules Method

Gets if the user has a specific module active.

Definition

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

Parameters

checkModule  LicencyModules
LicencyModules with the module to check.

Return Value

Boolean
if allowed; otherwise, .

See Also