| ProductProviderBaseGetProductIdentifier Method (Product, String) |
Creates a unique product identifier by concatenating the product ID or number (depends on the CalculatePriceUsingProductNumber setting), the variant ID and the language ID.
Override to build up your own unique identifier.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public virtual string GetProductIdentifier(
Product product,
string unitId
)
Public Overridable Function GetProductIdentifier (
product As Product,
unitId As String
) As String
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product. - unitId
- Type: SystemString
The product unit Id.
Return Value
Type:
StringSystem.String.
See Also