Class SaveTemplateOptions
Class SaveTemplateOptions
Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.2.0)
Allows to specify additional options when saving a project as a template.
public class SaveTemplateOptions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
SaveTemplateOptions()
public SaveTemplateOptions()
Properties
RemoveActualValues
Gets or sets a value indicating whether all actual values from a project template should be removed.
public bool RemoveActualValues { get; set; }
Property Value
RemoveBaselineValues
Gets or sets a value indicating whether all baseline values from a project template should be removed.
public bool RemoveBaselineValues { get; set; }
Property Value
RemoveFixedCosts
Gets or sets a value indicating whether all fixed costs from a project template should be removed.
public bool RemoveFixedCosts { get; set; }
Property Value
RemoveResourceRates
Gets or sets a value indicating whether resource rates from a project template should be removed.
public bool RemoveResourceRates { get; set; }