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


Returns a collection of jobs contained in the specified folder name.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal folderName As System.String, _
   ByVal jobName As System.String, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of Job)
'Usage
 
Dim folderName As System.String
Dim jobName As System.String
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of Job)
 
value = Job.Find(folderName, jobName, js)
public static System.Collections.Generic.ICollection<Job> Find( 
   System.string folderName,
   System.string jobName,
   Server js
)

Parameters

folderName
jobName
js

Return Value

Returns a collection of jobs 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

Job Class
Job Members
Overload List