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 setupID As System.Integer
Dim folderID As System.Integer
Dim setupName As System.String
Dim js As Server
Dim value As System.Boolean
value = Setup.ExistsInPath(setupID, folderID, setupName, js)
public static System.bool ExistsInPath(
ref System.int ,
System.int ,
System.string ,
Server
)
Parameters
- setupID
- The Setup ID of the validated Setup.
- folderID
- The ID of the Folder to search from.
- setupName
- The name of the Setup to search for.
- js
- The JAMS Server
Return Value
True if the Setup 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