Click or drag to resize

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
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.

Return Value

Type: String
System.String.
See Also