JAMS 6.x Help
ExistsInPath Method (Setup)


The Setup ID of the validated Setup.
The ID of the Folder to search from.
The name of the Setup to search for.
The JAMS Server
Test to determine if a Job can be found within the specified Folder's search path.
Syntax
'Declaration
 
Public Shared Function ExistsInPath( _
   ByRef setupID As System.Integer, _
   ByVal folderID As System.Integer, _
   ByVal setupName As System.String, _
   ByVal js 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 setupID,
   System.int folderID,
   System.string setupName,
   Server js
)

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.
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