| 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
)
Public Shared Function GetListByType (
customerId As Integer,
type As String
) As IEnumerable(Of CustomerProductList)
Parameters
- customerId
- Type: SystemInt32
- type
- Type: SystemString
Return Value
Type:
IEnumerableCustomerProductListSee Also