Click or drag to resize

CustomerProductListGetListByType Method (Int32, String)

Namespace:  Dynamicweb.Ecommerce.CustomerCenter
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static IEnumerable<CustomerProductList> GetListByType(
	int customerId,
	string type
)

Parameters

customerId
Type: SystemInt32
type
Type: SystemString

Return Value

Type: IEnumerableCustomerProductList
See Also