> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/qlmlicense/client-side-methods/isfeatureenabled.md).

# IsFeatureEnabled

### Description

Returns whether the specified feature is enabled in this license key.

```csharp
bool IsFeatureEnabled ( int feature)
```

### Arguments

| Name      | Data Type | Description                      |
| --------- | :-------: | -------------------------------- |
| featureID |    int    | id of the feature to be checked. |

### Return

| Data Type | Description                    |
| :-------: | ------------------------------ |
|    bool   | true if the feature is enabled |

### Remarks

This function is now obsolete and has been superseded by IsFeatureEnabledEx.

You must call ValidateLicense prior to calling IsFeatureEnabled.
