| PollInfoProviderLicenseVersionCheck Method  | 
            License version checker.
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntaxpublic static bool LicenseVersionCheck(
	string domain,
	FeatureEnum feature,
	ObjectActionEnum action
)
Parameters
- domain
 - Type: SystemString
Domain name - feature
 - Type: CMS.DataEngineFeatureEnum
Feature type - action
 - Type: CMS.DataEngineObjectActionEnum
Type of action - edit, insert, delete 
Return Value
Type: 
BooleanReturns true if feature is without any limitations for domain and action
See Also