MPPSaveOptions

MPPSaveOptions class

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

The MPPSaveOptions type exposes the following members:

Constructors

NameDescription
MPPSaveOptions()Initializes a new instance of the MPPSaveOptions class.

Properties

NameDescription
save_formatGets or sets the format in which the document will be saved if this save options object is used.
remove_invalid_assignmentsGets or sets a value indicating whether to remove invalid resource assignments when saving to MPP.
write_view_dataGets or sets a value indicating whether to write view data when saving to MPP.
write_filtersGets or sets a value indicating whether to write filter data when saving to MPP.
protection_passwordGets or sets a password which is used to protect a resulting MPP file. Currently is supported for MS Project 2010 and newer formats.

See Also