Click or drag to resize
CustomProductProviderGetProductIdentifier Method
Gets the product identifier.

Namespace: Dynamicweb.Ecommerce.LiveIntegration.Examples
Assembly: Dynamicweb.Ecommerce.LiveIntegration.Examples (in Dynamicweb.Ecommerce.LiveIntegration.Examples.dll) Version: 2.0.0
Syntax
public override string GetProductIdentifier(
	Product product
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product.

Return Value

Type: String
System.String.
See Also