| 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 public XElement ToXml(
string projectFile
)
Parameters
- projectFile
- Type: SystemString
The path to the project file.
Return Value
Type:
XElementSerialized XML root element.
See Also