MPPSaveOptions
Contents
[
Hide
]MPPSaveOptions class
Inherits: Aspose::Tasks::Saving::SimpleSaveOptions
Allows to specify additional options when saving project data to MPP.
Constructors
| Name | Description |
|---|---|
| MPPSaveOptions | Initializes a new instance of the MPPSaveOptions class. |
Methods
| Name | Description |
|---|---|
| get_ClearVba | Gets a value indicating whether to remove existing VBA macros data when saving a project to MPP format. |
| get_ProtectionPassword | Gets a password which is used to protect a resulting MPP file. Currently is supported for MS Project 2010 and newer formats. |
| get_RemoveInvalidAssignments | Gets a value indicating whether to remove invalid resource assignments when saving to MPP. |
| get_WriteFilters | Gets a value indicating whether to write filter data when saving a project to MPP for format. |
| get_WriteGroups | Gets a value indicating whether to write groups data when saving a project to MPP for format. |
| get_WriteVba | Gets a value indicating whether to update existing VBA macros data in MPP file. Currently writing of VbaModule.SourceCode is supported. |
| get_WriteViewData | Gets a value indicating whether to write view data when saving a project to MPP format. |
| set_ClearVba | Sets a value indicating whether to remove existing VBA macros data when saving a project to MPP format. |
| set_ProtectionPassword | Sets a password which is used to protect a resulting MPP file. Currently is supported for MS Project 2010 and newer formats. |
| set_RemoveInvalidAssignments | Sets a value indicating whether to remove invalid resource assignments when saving to MPP. |
| set_WriteFilters | Sets a value indicating whether to write filter data when saving a project to MPP for format. |
| set_WriteGroups | Sets a value indicating whether to write groups data when saving a project to MPP for format. |
| set_WriteVba | Sets a value indicating whether to update existing VBA macros data in MPP file. Currently writing of VbaModule.SourceCode is supported. |
| set_WriteViewData | Sets a value indicating whether to write view data when saving a project to MPP format. |