 | JobConfigurationLoadXml(String) Method |
Loads job configuration from an XML source.
Namespace: Ookii.Jumbo.Jet.JobsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static JobConfiguration LoadXml(
string file
)
Public Shared Function LoadXml (
file As String
) As JobConfiguration
public:
static JobConfiguration^ LoadXml(
String^ file
)
static member LoadXml :
file : string -> JobConfiguration
Parameters
- file String
- The path of the file containing the XML.
Return Value
JobConfigurationAn instance of the
JobConfiguration class created from the XML.
See Also