Dynamicweb 8 Documentation
Sort(SortBy,SortDirection,String) Method

The sort by enum.
The sort direction enum.
An ID of the group to perform a sorting within.
Sorts this instance.
Syntax
'Declaration
 
Public Overloads Sub Sort( _ 
   ByVal SortByEnum As ProductCollection.SortBy, _ 
   ByVal SortDirectionEnum As ProductCollection.SortDirection, _ 
   ByVal groupID As String _ 
) 

Parameters

SortByEnum
The sort by enum.
SortDirectionEnum
The sort direction enum.
groupID
An ID of the group to perform a sorting within.
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