Click or drag to resize
ModuleCheckLicenseInternal Method
Checks the license.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual bool CheckLicenseInternal(
	string domain,
	FeatureEnum feature,
	ObjectActionEnum action
)

Parameters

domain
Type: SystemString
Domain name
feature
Type: CMS.DataEngineFeatureEnum
Feature
action
Type: CMS.DataEngineObjectActionEnum
Action

Return Value

Type: Boolean
See Also