Click or drag to resize

JobConfigurationLoadXml Method (String)

Loads job configuration from an XML source.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static JobConfiguration LoadXml(
	string file
)

Parameters

file
Type: SystemString
The path of the file containing the XML.

Return Value

Type: JobConfiguration
An instance of the JobConfiguration class created from the XML.
See Also