Test to determine if a Job can be found within the specified Folder's search path.
'Declaration
Public Shared Function ExistsInPath( _
ByRef As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As Server _
) As System.Boolean
'Usage
Dim jobID As System.Integer
Dim folderID As System.Integer
Dim jobName As System.String
Dim js As Server
Dim value As System.Boolean
value = Job.ExistsInPath(jobID, folderID, jobName, js)
public static System.bool ExistsInPath(
ref System.int ,
System.int ,
System.string ,
Server
)
Parameters
- jobID
- The Job ID of the validated Job.
- folderID
- The ID of the Folder to search from.
- jobName
- The name of the Job to search for.
- js
- The JAMS Server where the search will occur
Return Value
True if the Job was found.
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