Click or drag to resize
SubscriberInfoProviderLicenseVersionCheck Method (String, FeatureEnum, ObjectActionEnum)
License version check.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static bool LicenseVersionCheck(
	string domain,
	FeatureEnum feature,
	ObjectActionEnum action
)

Parameters

domain
Type: SystemString
Domain name
feature
Type: CMS.DataEngineFeatureEnum
Feature to check
action
Type: CMS.DataEngineObjectActionEnum
Action, if action is Insert limitations are not checked under administration interface/

Return Value

Type: Boolean
Returns true if license is not exceeded, otherwise false
See Also