CopyProjectServiceArguments Class |
Namespace: Cobra.Model.WebService
public class CopyProjectServiceArguments : IProjectOperationsServiceArguments
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |