'Declaration
Public Overloads Shared Sub Load( _ ByRef job As Job, _ ByVal jobName As System.String, _ ByVal folderName As System.String _ )
'Usage
Dim job As Job Dim jobName As System.String Dim folderName As System.String Job.Load(job, jobName, folderName)
public static void Load( out Job job, System.string jobName, System.string folderName )
Parameters
- job
- The JAMS Job which is returned from this method.
- jobName
- The name of the Job to load.
- folderName
- The name of the Job's folder.