MPPSaveOptions

MPPSaveOptions class

Inherits: Aspose::Tasks::Saving::SimpleSaveOptions

Allows to specify additional options when saving project data to MPP.

Constructors

NameDescription
MPPSaveOptionsInitializes a new instance of the MPPSaveOptions class.

Methods

NameDescription
get_ClearVbaGets a value indicating whether to remove existing VBA macros data when saving a project to MPP format.
get_ProtectionPasswordGets a password which is used to protect a resulting MPP file. Currently is supported for MS Project 2010 and newer formats.
get_RemoveInvalidAssignmentsGets a value indicating whether to remove invalid resource assignments when saving to MPP.
get_WriteFiltersGets a value indicating whether to write filter data when saving a project to MPP for format.
get_WriteGroupsGets a value indicating whether to write groups data when saving a project to MPP for format.
get_WriteVbaGets a value indicating whether to update existing VBA macros data in MPP file. Currently writing of VbaModule.SourceCode is supported.
get_WriteViewDataGets a value indicating whether to write view data when saving a project to MPP format.
set_ClearVbaSets a value indicating whether to remove existing VBA macros data when saving a project to MPP format.
set_ProtectionPasswordSets a password which is used to protect a resulting MPP file. Currently is supported for MS Project 2010 and newer formats.
set_RemoveInvalidAssignmentsSets a value indicating whether to remove invalid resource assignments when saving to MPP.
set_WriteFiltersSets a value indicating whether to write filter data when saving a project to MPP for format.
set_WriteGroupsSets a value indicating whether to write groups data when saving a project to MPP for format.
set_WriteVbaSets a value indicating whether to update existing VBA macros data in MPP file. Currently writing of VbaModule.SourceCode is supported.
set_WriteViewDataSets a value indicating whether to write view data when saving a project to MPP format.