Click or drag to resize

ExportJob Constructor (XElement, String)

Class construction from parsing a serialized XML element.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public ExportJob(
	XElement xml,
	string projectFile
)

Parameters

xml
Type: System.Xml.LinqXElement
XML element to parse.
projectFile
Type: SystemString
The path to the project file.
See Also