Class CopyToOptions

Class CopyToOptions

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

Allows to specify additional options when copying project data.

public class CopyToOptions

Inheritance

objectCopyToOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CopyToOptions()

Initializes a new instance of the Aspose.Tasks.CopyToOptions class.

public CopyToOptions()

Properties

CopyViewData

Gets or sets a value indicating whether to copy view data while copying project data. Default value is true.

public bool CopyViewData { get; set; }

Property Value

bool