Click or drag to resize

OrderByCollection Constructor (IEnumerableOrderBy)

Initializes a new instance of the OrderByCollection class

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public OrderByCollection(
	IEnumerable<OrderBy> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableOrderBy
See Also