Click or drag to resize

ILicensingServiceIsEnabled Method

Checks whether the specified module is enabled in the license.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
bool IsEnabled(
	int moduleId
)

Parameters

moduleId
Type: SystemInt32
The licensable module identifier.

Return Value

Type: Boolean
true if the specified module is enabled.
Remarks
Module is enabled when there is an active (not expired) license for this module. This method just checks if the module itself is enabled, it doesn't check whether the module contains any available slots.
See Also