JAMS 6.x Help
ExistsInPath Method (Variable)


The Variable ID of the validated Variable.
The ID of the Folder to search from.
The name of the Variable to search for.
The JAMS Server
Determines if a Variable can be found within the specified Folder's search path.
Syntax
'Declaration
 
Public Shared Function ExistsInPath( _
   ByRef variableID As System.Integer, _
   ByVal folderID As System.Integer, _
   ByVal variableName As System.String, _
   ByVal js As Server _
) As System.Boolean
'Usage
 
Dim variableID As System.Integer
Dim folderID As System.Integer
Dim variableName As System.String
Dim js As Server
Dim value As System.Boolean
 
value = Variable.ExistsInPath(variableID, folderID, variableName, js)
public static System.bool ExistsInPath( 
   ref System.int variableID,
   System.int folderID,
   System.string variableName,
   Server js
)

Parameters

variableID
The Variable ID of the validated Variable.
folderID
The ID of the Folder to search from.
variableName
The name of the Variable to search for.
js
The JAMS Server

Return Value

True if the Variable 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

Variable Class
Variable Members

Send Feedback