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


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

Parameters

setup
Setup definition.
setupName
The name of the Setup to load.
folderName
The name of the Folder that contains the Setup.
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