CopyProjectServiceArguments Properties |
The CopyProjectServiceArguments type exposes the following members.
Name | Description | |
---|---|---|
CopyCalendar |
Determines whether to copy the calendar from the source project and rename it to the new project's name.
If set to false, the new project will use the same calendar as the source project.
Optional.
Default is true.
| |
CopyData |
Determines whether data is copied from the source project into the new project.
Optional.
Default is false.
| |
CopyFrom |
Represents the project's Id (name) of the source project to copy.
| |
CopyTo |
Represents the project's Id (name) of the new Cobra project to create.
| |
DeleteTarget |
Determines whether Cobra should delete the existing copy of the new project.
Optional.
Default is true.
| |
NewDescription |
Represents the description of the new Cobra project.
Optional.
|