Click or drag to resize
SKUInfoProviderGetSKUInfoInternal Method (Int32)
Returns product with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual SKUInfo GetSKUInfoInternal(
	int skuId
)

Parameters

skuId
Type: SystemInt32
Product ID

Return Value

Type: SKUInfo
See Also