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