JAMS 6.x Help
Check Method (Setup)


The Setup ID of the matching Setup.
The Name of the Setup that we want to check.
The access to the Setup that we want.
The Parent FolderID of the Setup.
True if the Setup name is not a fully qualified path.
The JAMS Server that should do the check.
Checks a Setup against a JAMS Server.
Syntax
'Declaration
 
Public Shared Sub Check( _
   ByRef setupID As System.Integer, _
   ByVal setupName As System.String, _
   ByVal access As JobAccess, _
   ByVal parentFolderID As System.Integer, _
   ByVal isNameRelative As System.Boolean, _
   ByVal js As Server _
) 
'Usage
 
Dim setupID As System.Integer
Dim setupName As System.String
Dim access As JobAccess
Dim parentFolderID As System.Integer
Dim isNameRelative As System.Boolean
Dim js As Server
 
Setup.Check(setupID, setupName, access, parentFolderID, isNameRelative, js)
public static void Check( 
   ref System.int setupID,
   System.string setupName,
   JobAccess access,
   System.int parentFolderID,
   System.bool isNameRelative,
   Server js
)

Parameters

setupID
The Setup ID of the matching Setup.
setupName
The Name of the Setup that we want to check.
access
The access to the Setup that we want.
parentFolderID
The Parent FolderID of the Setup.
isNameRelative
True if the Setup name is not a fully qualified path.
js
The JAMS Server that should do the check.
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