Click or drag to resize

ITaskServerClientProtocolGetOutputFileDirectory Method

Gets the local directory where output files for a particular job are stored if that task uses a file output channel.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
string GetOutputFileDirectory(
	Guid jobId
)

Parameters

jobId
Type: SystemGuid
The job ID.

Return Value

Type: String
The output directory of the task.
See Also