Click or drag to resize

VoucherList.GetUnusedVoucherListsFor Method

Namespace:  Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static IEnumerable<VoucherList> GetUnusedVoucherListsFor(
	VoucherUseCategoryType type,
	IEnumerable<int> selectedVoucherListsIds
)

Parameters

type
Type: Dynamicweb.Ecommerce.Orders.VoucherUseCategoryType
selectedVoucherListsIds
Type: System.Collections.Generic.IEnumerable<Int32>

Return Value

Type: IEnumerable<VoucherList>
See Also