Dynamicweb 8 Documentation
GetPathsByArea Method

An ID of the area to filter results by.
Retrieves top 1000 paths defined for a given area.
Syntax
'Declaration
 
Public Shared Function GetPathsByArea( _ 
   ByVal areaID As Integer _ 
) As PathCollection
public static PathCollection GetPathsByArea( 
   int areaID 
)

Parameters

areaID
An ID of the area to filter results by.

Return Value

Matched items or empty collection if nothing found.
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

Send Feedback