Click or drag to resize
ISKUPriceSourceFactoryGetSKUPriceSource Method
Returns a source of SKU prices usable on the site specified by siteId.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
ISKUPriceSource GetSKUPriceSource(
	int siteId
)

Parameters

siteId
Type: SystemInt32
An ID of a site.

Return Value

Type: ISKUPriceSource
See Also