Dynamicweb 8 Documentation
GetPathsByPath(SortBy,SortDirection) Method

The field to sort items by.
Direction of sorting.
Retrieves top 1000 paths.
Syntax
'Declaration
 
Public Overloads Shared Function GetPathsByPath( _ 
   ByVal sortBy As SortBy, _ 
   ByVal sortDirection As SortDirection _ 
) As PathCollection
public static PathCollection GetPathsByPath( 
   SortBy sortBy,
   SortDirection sortDirection 
)

Parameters

sortBy
The field to sort items by.
sortDirection
Direction of sorting.

Return Value

Top 1000 paths.
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

Path Class
Path Members
Overload List

Send Feedback