Click or drag to resize
SKUInfoProviderGetObjectCountForLicenseCheck Method
Returns the amount of objects that are limited by license conditions.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static int GetObjectCountForLicenseCheck(
	string domain = null
)

Parameters

domain (Optional)
Type: SystemString
The site domain. If not set, the request domain will be used.

Return Value

Type: Int32
See Also