Click or drag to resize
CMSPayPalProviderGetItem Method
Returns item created from given parameters.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
protected Item GetItem(
	string name,
	int quantity,
	decimal price
)

Parameters

name
Type: SystemString
quantity
Type: SystemInt32
price
Type: SystemDecimal

Return Value

Type: Item
See Also