Click or drag to resize

CopyProjectServiceArguments Properties

The CopyProjectServiceArguments type exposes the following members.

Properties
  NameDescription
Public propertyCopyCalendar
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.
Public propertyCopyData
Determines whether data is copied from the source project into the new project. Optional. Default is false.
Public propertyCopyFrom
Represents the project's Id (name) of the source project to copy.
Public propertyCopyTo
Represents the project's Id (name) of the new Cobra project to create.
Public propertyDeleteTarget
Determines whether Cobra should delete the existing copy of the new project. Optional. Default is true.
Public propertyNewDescription
Represents the description of the new Cobra project. Optional.
Top
See Also