Dynamicweb 8 Documentation
Sort(SortBy,SortDirection) Method

The sort by enum.
The sort direction enum.
Sorts this instance.
Syntax
'Declaration
 
Public Overloads Sub Sort( _ 
   ByVal SortByEnum As ProductCollection.SortBy, _ 
   ByVal SortDirectionEnum As ProductCollection.SortDirection _ 
) 
public void Sort( 
   ProductCollection.SortBy SortByEnum,
   ProductCollection.SortDirection SortDirectionEnum 
)

Parameters

SortByEnum
The sort by enum.
SortDirectionEnum
The sort direction enum.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductCollection Class
ProductCollection Members
Overload List

Send Feedback