Writes the contents of the MPX file to a file specified by the File object passed as a parameter.
Overload List
Writes the contents of the MPX file to a file specified by the File object passed as a parameter.
public virtual void Write(FileInfo);
Writes each record in the MPX file to an output stream.
public virtual void Write(Stream);
Writes each record in the MPX file to an output stream.
public virtual void Write(Stream,Encoding);
Writes each record in an MPX file to an output stream, via the specified StreamWriter. By providing the StreamWriter as an argument, the caller can control the character encoding used when writing the file.
public virtual void Write(StreamWriter);
Writes the contents of the MPX file to a file specified by the file name passed as a parameter.
public virtual void Write(string);
See Also
MPXFile Class | Aspose.Tasks Namespace