Click or drag to resize
SKUInfoProviderGetSKUs Method (Int32)
Returns query for all SKUs for specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SKUInfo> GetSKUs(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQuerySKUInfo
See Also