Click or drag to resize
Module.CheckLicense Method
Checks the license.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual bool CheckLicense(
	string domain,
	FeatureEnum feature,
	ObjectActionEnum action
)

Parameters

domain
Type: System.String
Domain name
feature
Type: CMS.DataEngine.FeatureEnum
Feature
action
Type: CMS.DataEngine.ObjectActionEnum
Action

Return Value

Type: Boolean
See Also