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