| CustomerProductListProductUpdateSortOrder Method |
Namespace:
Dynamicweb.Ecommerce.CustomerCenter
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static void UpdateSortOrder(
ref string productId,
int favoriteListId,
int sortOrder
)
Public Shared Sub UpdateSortOrder (
ByRef productId As String,
favoriteListId As Integer,
sortOrder As Integer
)
Parameters
- productId
- Type: SystemString
- favoriteListId
- Type: SystemInt32
- sortOrder
- Type: SystemInt32
See Also