| ProductProviderBaseGetProductIdentifier Method (Product) |
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
)
Public Overridable Function GetProductIdentifier (
product As Product
) As String
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
Return Value
Type:
StringSystem.String.
See Also