Click or drag to resize

IJobServerClientProtocolGetJobConfigurationFile Method

Gets the contents of a job configuration file.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
string GetJobConfigurationFile(
	Guid jobId,
	bool archived
)

Parameters

jobId
Type: SystemGuid
The job ID.
archived
Type: SystemBoolean
If set to , search the archived job directory instead of the active jobs.

Return Value

Type: String
The raw XML of the archived job's configuration, or if the job wasn't found.
See Also