Click or drag to resize

ExportJobToXml Method

Serializes the job attributes as XML.

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

Parameters

projectFile
Type: SystemString
The path to the project file.

Return Value

Type: XElement
Serialized XML root element.
See Also