SaveTemplateOptions

SaveTemplateOptions class

Allows to specify additional options when saving a project as a template.

The SaveTemplateOptions type exposes the following members:

Constructors

NameDescription
SaveTemplateOptions()Initializes a new instance of the SaveTemplateOptions class

Properties

NameDescription
remove_actual_valuesGets or sets a value indicating whether all actual values from a project template should be removed.
remove_baseline_valuesGets or sets a value indicating whether all baseline values from a project template should be removed.
remove_fixed_costsGets or sets a value indicating whether all fixed costs from a project template should be removed.
remove_resource_ratesGets or sets a value indicating whether resource rates from a project template should be removed.

See Also