Click or drag to resize
SKUInfoProvider.GetSKUsInternal Method
Returns query for all SKUs for specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual ObjectQuery<SKUInfo> GetSKUsInternal(
	int siteId
)

Parameters

siteId
Type: System.Int32
Site ID

Return Value

Type: ObjectQuery<SKUInfo>
See Also