Class PrimaveraXmlSaveOptions

Class PrimaveraXmlSaveOptions

Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.2.0)

Allows to specify additional options when saving project to Primavera xml format.

public class PrimaveraXmlSaveOptions : SimpleSaveOptions

Inheritance

objectSimpleSaveOptionsPrimaveraXmlSaveOptions

Inherited Members

SimpleSaveOptions.project, SimpleSaveOptions.SaveFormat, SimpleSaveOptions.TasksComparer, SimpleSaveOptions.TasksFilter, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PrimaveraXmlSaveOptions()

Initializes a new instance of the Aspose.Tasks.Saving.PrimaveraXmlSaveOptions class.

public PrimaveraXmlSaveOptions()

Properties

SaveRootTask

Gets or sets a value indicating whether to save a root task or not.

public bool SaveRootTask { get; set; }

Property Value

bool