Click or drag to resize

OrderBy Constructor (String, OrderByDirection)

Initializes a new instance of the OrderBy class

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public OrderBy(
	string field,
	OrderByDirection direction
)

Parameters

field
Type: SystemString
direction
Type: Dynamicweb.Content.Items.QueriesOrderByDirection
See Also