ILicensingServiceIsEnabled Method |
Checks whether the specified module is enabled in the license.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxbool IsEnabled(
int moduleId
)
Parameters
- moduleId Int32
- The licensable module identifier.
Return Value
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