Click or drag to resize
ModuleCheckLicenseInternal Method

Note: This API is now obsolete.

Checks the license.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use module specific method if available or change dependency for module you can't access directly.")]
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