Click or drag to resize
SKUInfoProvider.LicenseVersionCheck Method
License version check.

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

Parameters

domain
Type: System.String
Domain name
feature
Type: CMS.DataEngine.FeatureEnum
Feature
action
Type: CMS.DataEngine.ObjectActionEnum
Action to check

Return Value

Type: Boolean
See Also