ILicensingServiceIsEnabled Method |
Checks whether the specified module is enabled in the license.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax bool IsEnabled(
int moduleId
)
Parameters
- moduleId
- Type: SystemInt32
The licensable module identifier.
Return Value
Type:
Booleantrue 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