| CustomerProductListGetProductKey Method |
Namespace:
Dynamicweb.Ecommerce.CustomerCenter
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static string GetProductKey(
string productId,
string variantId,
string languageId
)
Public Shared Function GetProductKey (
productId As String,
variantId As String,
languageId As String
) As String
Parameters
- productId
- Type: SystemString
- variantId
- Type: SystemString
- languageId
- Type: SystemString
Return Value
Type:
StringSee Also