| CustomTableItemProviderLicenseVersionCheck Method  | 
            License version checker.
            
 
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntaxpublic static bool LicenseVersionCheck(
	string domain,
	ObjectActionEnum action
)
Parameters
- domain
 - Type: SystemString
Domain name - 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