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()
Returns a flag which determines whether to remove invalid resource assignments when saving to mpp.
|
boolean |
getWriteViewData()
Determines whether to write view data when saving to mpp.
|
void |
setRemoveInvalidAssignments(boolean value)
Sets a flag which determines whether to remove invalid resource assignments when saving to mpp.
|
void |
setWriteViewData(boolean value)
Determines whether to write view data when saving to mpp.
|
public boolean getRemoveInvalidAssignments()
public void setRemoveInvalidAssignments(boolean value)
value
- a flag which determines whether to remove invalid resource assignments when saving to mpp.public boolean getWriteViewData()
Determines whether to write view data when saving to mpp. View data includes Project.Views, Filters and Tables collections.
public void setWriteViewData(boolean value)
Determines whether to write view data when saving to mpp. View data includes Project.Views, Filters and Tables collections.
value
- true if view data is to be written when saving to mpp; otherwise, false.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.