Click or drag to resize

ExportJobFromXml Method

Initializes an instance of the ExportJob from serialized XML root element.

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

Parameters

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