JAMS 6.x Help
Load(Setup,String,String,Server) Method


Setup definition.
The name of the Setup to load.
The name of the Folder that contains the Setup.
The JAMS Server to load from.
Load a Setup definition from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef setup As Setup, _
   ByVal setupName As System.String, _
   ByVal folderName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim setup As Setup
Dim setupName As System.String
Dim folderName As System.String
Dim js As Server
 
Setup.Load(setup, setupName, folderName, js)
public static void Load( 
   out Setup setup,
   System.string setupName,
   System.string folderName,
   Server js
)

Parameters

setup
Setup definition.
setupName
The name of the Setup to load.
folderName
The name of the Folder that contains the Setup.
js
The JAMS Server to load from.
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
Overload List