JAMS 6.x Help
Find(String,String,Boolean,Server) Method


Searches for a collection of setups in the specified folder name
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal folderName As System.String, _
   ByVal setupName As System.String, _
   ByVal recursive As System.Boolean, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of Setup)
'Usage
 
Dim folderName As System.String
Dim setupName As System.String
Dim recursive As System.Boolean
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of Setup)
 
value = Setup.Find(folderName, setupName, recursive, js)
public static System.Collections.Generic.ICollection<Setup> Find( 
   System.string folderName,
   System.string setupName,
   System.bool recursive,
   Server js
)

Parameters

folderName
setupName
recursive
js

Return Value

Returns a collection of setups contained in the specified folder name
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

Setup Class
Setup Members
Overload List

Send Feedback