Click or drag to resize
ModuleManagerCheckModuleLicense Method
Processes the specified command.

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

Parameters

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

Return Value

Type: Boolean
See Also