Package com.aspose.tasks
Class CopyToOptions
- java.lang.Object
-
- com.aspose.tasks.CopyToOptions
-
public class CopyToOptions extends Object
Allows to specify additional options when copying project data.
-
-
Constructor Summary
Constructors Constructor Description CopyToOptions()Initializes a new instance of theCopyToOptionsclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCopyViewData()Gets a value indicating whether to copy view data while copying project data.voidsetCopyViewData(boolean value)Sets a value indicating whether to copy view data while copying project data.
-
-
-
Constructor Detail
-
CopyToOptions
public CopyToOptions()
Initializes a new instance of the
CopyToOptionsclass.
-
-
Method Detail
-
getCopyViewData
public final boolean getCopyViewData()
Gets a value indicating whether to copy view data while copying project data. Default value is true.
- Returns:
- a value indicating whether to copy view data while copying project data.
-
setCopyViewData
public final void setCopyViewData(boolean value)
Sets a value indicating whether to copy view data while copying project data. Default value is true.
- Parameters:
value- a value indicating whether to copy view data while copying project data.
-
-