ILicenseService CheckLicense Method Kentico 8.1 API Reference
Checks the license based on feature and perform action based on given arguments

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

feature
Type: CMS.DataEngine FeatureEnum
Feature to check
domain (Optional)
Type: OnlineSystem String
Domain to check. If null, function tries to get domain from HttpContext
throwError (Optional)
Type: OnlineSystem Boolean
Indicates whether throw error after false check

Return Value

Type: OnlineBoolean
See Also