CopyToOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class CopyToOptions
Allows to specify additional options when copying project data.
Constructors
Constructor | Description |
---|---|
CopyToOptions() | Initializes a new instance of the CopyToOptions class. |
Methods
Method | Description |
---|---|
getCopyViewData() | Gets a value indicating whether to copy view data while copying project data. |
setCopyViewData(boolean value) | Sets a value indicating whether to copy view data while copying project data. |
CopyToOptions()
public CopyToOptions()
Initializes a new instance of the CopyToOptions class.
getCopyViewData()
public final boolean getCopyViewData()
Gets a value indicating whether to copy view data while copying project data. Default value is true.
Returns: boolean - a value indicating whether to copy view data while copying project data.
setCopyViewData(boolean value)
public final void setCopyViewData(boolean value)
Sets a value indicating whether to copy view data while copying project data. Default value is true.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | a value indicating whether to copy view data while copying project data. |