Click or drag to resize
NewsletterHelperLicenseVersionCheck Method (String, FeatureEnum, ObjectActionEnum, Boolean)
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,
	bool siteCheck
)

Parameters

domain
Type: SystemString
Domain name
feature
Type: CMS.DataEngineFeatureEnum
Feature to check
action
Type: CMS.DataEngineObjectActionEnum
Action
siteCheck
Type: SystemBoolean
If true limitations are not applied under URLs in Site manager, CMS Desk, CMSModules and CMSPages/Logon

Return Value

Type: Boolean
See Also