SimpleSaveOptions

SimpleSaveOptions class

This is an abstract base class that allow the user to specify basic options when saving a project into a particular format.

Methods

NameDescription
get_SaveFormatGets the format in which the document will be saved if this save options object is used.
get_TasksComparerGets the comparer to sort tasks on Gantt chart and Task Sheet chart.
get_TasksFilterGets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts.
set_TasksComparerSets the comparer to sort tasks on Gantt chart and Task Sheet chart.
set_TasksFilterSets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts.