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.

public abstract class SimpleSaveOptions

Properties

NameDescription
SaveFormat { get; }Gets or sets the format in which the document will be saved if this save options object is used.
TasksComparer { get; set; }Gets or sets the comparer to sort tasks on Gantt chart and Task Sheet chart.
TasksFilter { get; set; }Gets or sets the condition which is used to filter tasks rendered on Gantt, Task Sheet and Task Usage charts.

See Also