SubscriberInfoProviderLicenseVersionCheck Method (String, FeatureEnum, ObjectActionEnum, Boolean) |
License version check.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax 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:
BooleanReturns true if license is not exceeded, otherwise false
See Also