Click or drag to resize

ProductServiceGetCommaSeparatedProductIDs Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use GetProductsIds instead")]
public string GetCommaSeparatedProductIDs(
	IEnumerable<Product> products
)

Parameters

products
Type: System.Collections.GenericIEnumerableProduct

Return Value

Type: String
See Also