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