LicenseService.isFeatureEnabled Method
Checks to see if the specified feature is enabled.
Parameters
- id
-
Type: String
The ID of the feature.
Return Value
Type: jQuery.Promise
Value: Boolean
A promise object that is resolved when the call is complete.
if successful, either true or false will be returned (based on results), or an error message saying why it failed.