Writes the XML file to a file specified by the File object passed as a parameter.
Overload List
Writes the XML file to a file specified by the File object passed as a parameter.
public void WriteXML(FileInfo);
Writes the XML file to an output stream.
public void WriteXML(Stream);
Writes the XML file to an output stream, via specified StreamWriter.
public void WriteXML(StreamWriter);
Writes the XML file to a file specified by the file name passed as a parameter.
public void WriteXML(string);
See Also
MPXFile Class | Aspose.Tasks Namespace