SubscriberInfoProvider.LicenseVersionCheck Method (String, FeatureEnum, ObjectActionEnum) |
License version check.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntaxpublic static bool LicenseVersionCheck(
string domain,
FeatureEnum feature,
ObjectActionEnum action
)
Parameters
- domain
- Type: System.String
Domain name - feature
- Type: CMS.DataEngine.FeatureEnum
Feature to check - action
- Type: CMS.DataEngine.ObjectActionEnum
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