ModulesAliquoCheckModuleAvailable Method

Returns whether the specified module is available.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public bool CheckModuleAvailable(
	LicencyModules checkModule
)

Parameters

checkModule  LicencyModules
LicencyModules with the module to check.

Return Value

Boolean
if the specified module is available; otherwise, .

See Also