Click or drag to resize
SKUInfoProviderLicenseVersionCheck Method
License version check.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool LicenseVersionCheck(
	string domain,
	FeatureEnum feature,
	ObjectActionEnum action
)

Parameters

domain
Type: SystemString
Domain name
feature
Type: CMS.DataEngineFeatureEnum
Feature
action
Type: CMS.DataEngineObjectActionEnum
Action to check

Return Value

Type: Boolean
See Also