Click or drag to resize

ProductServiceGetByAutoIDs Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Product> GetByAutoIDs(
	IList<long> autoIDs
)

Parameters

autoIDs
Type: System.Collections.GenericIListInt64

Return Value

Type: IEnumerableProduct
See Also