Click or drag to resize
ISKUPriceSourceGetPrice Method
Returns a rounded price of the sku in the specified currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
decimal GetPrice(
	SKUInfo sku,
	CurrencyInfo currency
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
An SKU object.
currency
Type: CMS.EcommerceCurrencyInfo
A currency.

Return Value

Type: Decimal
See Also