public class MPPSaveOptions extends Object
Allows to specify additional options when saving project data to MPP.
Constructor and Description |
---|
MPPSaveOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getRemoveInvalidAssignments()
Gets a value indicating whether to remove invalid resource assignments when saving to MPP.
|
boolean |
getWriteViewData()
Gets a value indicating whether to write view data when saving to MPP.
|
void |
setRemoveInvalidAssignments(boolean value)
Sets a value indicating whether to remove invalid resource assignments when saving to MPP.
|
void |
setWriteViewData(boolean value)
Sets a value indicating whether to write view data when saving to MPP.
|
public final boolean getRemoveInvalidAssignments()
Gets a value indicating whether to remove invalid resource assignments when saving to MPP.
public final void setRemoveInvalidAssignments(boolean value)
Sets a value indicating whether to remove invalid resource assignments when saving to MPP.
value
- a value indicating whether to remove invalid resource assignments when saving to MPP.public final boolean getWriteViewData()
Gets a value indicating whether to write view data when saving to MPP.
public final void setWriteViewData(boolean value)
Sets a value indicating whether to write view data when saving to MPP.
value
- a value indicating whether to write view data when saving to MPP.