Returns a Collection of Folders contained in the specified folder.
'Declaration
Public Overloads Shared Function Find( _
ByVal As System.Integer, _
ByVal As Server _
) As System.Collections.Generic.ICollection(Of Folder)
'Usage
Dim folderID As System.Integer
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of Folder)
value = Folder.Find(folderID, js)
public static System.Collections.Generic.ICollection<Folder> Find(
System.int ,
Server
)
Parameters
- folderID
- The Parent Folder ID
- js
- The JAMS Server
Return Value
A new Collection of Folders
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