  | IJobServerClientProtocolGetJobConfigurationFile Method | 
            Gets the contents of a job configuration file.
            
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxstring GetJobConfigurationFile(
	Guid jobId,
	bool archived
)
Function GetJobConfigurationFile ( 
	jobId As Guid,
	archived As Boolean
) As String
String^ GetJobConfigurationFile(
	Guid jobId, 
	bool archived
)
abstract GetJobConfigurationFile : 
        jobId : Guid * 
        archived : bool -> string Parameters
- jobId  Guid
 - The job ID.
 - archived  Boolean
 - If set to , search the archived job directory instead of the active jobs.
 
Return Value
String
            The raw XML of the archived job's configuration, or 
 if the job wasn't found.
            
See Also