Click or drag to resize

ProductCollectionSort Method (String, SortDirection, String)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void Sort(
	string sortBy,
	SortDirection sortDirectionEnum,
	string groupId
)

Parameters

sortBy
Type: SystemString
sortDirectionEnum
Type: Dynamicweb.Ecommerce.ProductsSortDirection
groupId
Type: SystemString
See Also