public class CopyToOptions extends Object
Allows to specify additional options when copying project data.
Constructor and Description |
---|
CopyToOptions()
Initializes a new instance of the
CopyToOptions class. |
Modifier and Type | Method and 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.
|
public CopyToOptions()
Initializes a new instance of the CopyToOptions
class.
public final boolean getCopyViewData()
Gets a value indicating whether to copy view data while copying project data. Default value is true.
public final void setCopyViewData(boolean value)
Sets a value indicating whether to copy view data while copying project data. Default value is true.
value
- a value indicating whether to copy view data while copying project data.