JAMS Developer Guide
Find(Int32,Server) Method


MVPSI.JAMS Namespace > Variable Class > Find Method : Find(Int32,Server) Method
The ID of the Parent Folder
The JAMS Server to search
Returns a collection of Variables contained in the specified folder.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal folderID As System.Integer, _
   ByVal js 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 folderID,
   Server js
)

Parameters

folderID
The ID of the Parent Folder
js
The JAMS Server to search

Return Value

A new Collection of Variables
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

Variable Class
Variable Members
Overload List