| CustomProductProviderGetProductIdentifier Method |
Gets the product identifier.
Namespace: Dynamicweb.Ecommerce.LiveIntegration.ExamplesAssembly: Dynamicweb.Ecommerce.LiveIntegration.Examples (in Dynamicweb.Ecommerce.LiveIntegration.Examples.dll) Version: 2.0.0
Syntax public override string GetProductIdentifier(
Product product
)
Public Overrides Function GetProductIdentifier (
product As Product
) As String
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product.
Return Value
Type:
StringSystem.String.
See Also