| ProductReserveGetKey Method |
Namespace:
Dynamicweb.Ecommerce.Frontend.Cart
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static ProductKey GetKey(
string productId,
string variantId,
string langId
)
Public Shared Function GetKey (
productId As String,
variantId As String,
langId As String
) As ProductKey
Parameters
- productId
- Type: SystemString
- variantId
- Type: SystemString
- langId
- Type: SystemString
Return Value
Type:
ProductKeySee Also