Click or drag to resize

VoucherListGetUnusedVoucherListsFor 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.OrdersVoucherUseCategoryType
selectedVoucherListsIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: IEnumerableVoucherList
See Also