Silverlight SDK for Microsoft Bing
CloudSorter Constructor (sortField, direction)
OverviewSystem.Windows.ControlsCloudSorterCloudSorter(String, SortDirections)
Instantiates a CloudSorter instance.
Declaration Syntax
C#Visual BasicVisual C++
public CloudSorter(
	string sortField,
	SortDirections direction
)
Public Sub New ( _
	sortField As String, _
	direction As SortDirections _
)
public:
CloudSorter(
	String^ sortField, 
	SortDirections direction
)
Parameters
sortField (String)
The field or property name to sort by
direction (SortDirections)
The direction of the sort

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)