Save
Contents
[
Hide
]
Project.Save method (1 of 7)
Saves the document to mpp file format using the specified save options.
public void Save(string filename, MPPSaveOptions options)
Parameter | Type | Description |
---|---|---|
filename | String | The file name. |
options | MPPSaveOptions | The save options. |
See Also
- class MPPSaveOptions
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Save method (2 of 7)
Saves the document to a file using the specified save options.
public void Save(string filename, SaveOptions options)
Parameter | Type | Description |
---|---|---|
filename | String | The file name. |
options | SaveOptions | The save options. |
See Also
- class SaveOptions
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Save method (3 of 7)
Saves the project data to the file.
public void Save(string filename, SaveFileFormat format)
Parameter | Type | Description |
---|---|---|
filename | String | The file name. |
format | SaveFileFormat | The save file format. |
See Also
- enum SaveFileFormat
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Save method (4 of 7)
Saves the project data to the file in mpp format.
public void Save(string filename)
Parameter | Type | Description |
---|---|---|
filename | String | The file name. |
See Also
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Save method (5 of 7)
Saves the project to a stream using the specified save options.
public void Save(Stream stream, SaveOptions options)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
options | SaveOptions | The save options. |
See Also
- class SaveOptions
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Save method (6 of 7)
Saves the project to a stream using the specified save options.
public void Save(Stream stream, MPPSaveOptions options)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
options | MPPSaveOptions | The save options. |
See Also
- class MPPSaveOptions
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Save method (7 of 7)
Saves the project data to the stream.
public void Save(Stream stream, SaveFileFormat format)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
format | SaveFileFormat | the specified save file format.SaveFileFormat |
See Also
- enum SaveFileFormat
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks