Checks the license based on feature and perform action based on given arguments
Namespace: CMS.DataEngineAssembly: 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: System String
Domain to check. If null, function tries to get domain from HttpContext
- throwError (Optional)
- Type: System Boolean
Indicates whether throw error after false check
Return Value
Type: BooleanSee Also