Save

Save (1 of 5)

Saves the project to a stream using the specified save options.

Returns: void Aspose::Tasks::

Save(const System::SharedPtr< System::IO::Stream > & stream, const System::SharedPtr< Saving::SimpleSaveOptions > & options)
ParameterDescription
streamThe stream.
optionsThe save options.

Save (2 of 5)

Saves the project data to the stream.

Returns: void Aspose::Tasks::

Save(const System::SharedPtr< System::IO::Stream > & stream, Saving::SaveFileFormat format)
ParameterDescription
streamThe stream.
formatthe specified save file format. SaveFileFormat

Save (3 of 5)

Saves the project data to the file in mpp format.

Returns: void Aspose::Tasks::

Save(const System::String & filename)
ParameterDescription
filenameThe file name.

Save (4 of 5)

Saves the document to a file using the specified save options.

Returns: void Aspose::Tasks::

Save(const System::String & filename, const System::SharedPtr< Saving::SimpleSaveOptions > & options)
ParameterDescription
filenameThe file name.
optionsThe save options.

Save (5 of 5)

Saves the project data to the file.

Returns: void Aspose::Tasks::

Save(const System::String & filename, Saving::SaveFileFormat format)
ParameterDescription
filenameThe file name.
formatThe save file format.