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

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