Click or drag to resize
MultiBuyDiscountListExtenderGetCountsDataHandler Method
Returns dictionary of discount coupon use count and limit. Key of the dictionary is the ID of discount.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected SafeDictionary<int, IDataContainer> GetCountsDataHandler(
	string type,
	IEnumerable<int> discountIDs
)

Parameters

type
Type: SystemString
Object type (ignored).
discountIDs
Type: System.Collections.GenericIEnumerableInt32
IDs of discount which the dictionary is to be filled with.

Return Value

Type: SafeDictionaryInt32, IDataContainer
See Also