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 theCopyToOptions
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getCopyViewData()
Gets a value indicating whether to copy view data while copying project data.void
setCopyViewData(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
CopyToOptions
class.
-
-
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.
-
-