8 #include <system/string.h>
10 #include "aspose.tasks.cpp/Saving/SimpleSaveOptions.h"
11 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
36 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
91 ASPOSE_TASKS_SHARED_API System::SharedPtr<IWriter> GetWriter()
override;
97 bool pr_RemoveInvalidAssignments;
98 bool pr_WriteViewData;
100 System::String pr_ProtectionPassword;
102 System::SharedPtr<IWriter> GetWriter(
const System::SharedPtr<Aspose::Tasks::Project>& project);
103 void UpdateProjectFileSystem();
Allows to specify additional options when saving project data to MPP.
Definition: MPPSaveOptions.h:32
System::String get_ProtectionPassword() const
Gets a password which is used to protect a resulting MPP file. Currently is supported for MS Project ...
MPPSaveOptions()
Initializes a new instance of the MPPSaveOptions class.
bool get_RemoveInvalidAssignments() const
Gets a value indicating whether to remove invalid resource assignments when saving to MPP.
void set_ProtectionPassword(const System::String &value)
Sets a password which is used to protect a resulting MPP file. Currently is supported for MS Project ...
void set_WriteFilters(bool value)
Sets a value indicating whether to write filter data when saving to MPP.
void set_WriteViewData(bool value)
Sets a value indicating whether to write view data when saving to MPP.
bool get_WriteFilters() const
Gets a value indicating whether to write filter data when saving to MPP.
bool get_WriteViewData() const
Gets a value indicating whether to write view data when saving to MPP.
void set_RemoveInvalidAssignments(bool value)
Sets a value indicating whether to remove invalid resource assignments when saving to MPP.
This is an abstract base class that allow the user to specify basic options when saving a project int...
Definition: SimpleSaveOptions.h:52