CopyTo
CopyTo (1 of 2)
Copies project’s main data and properties to another project.
Returns: void Aspose::Tasks::
CopyTo(const System::SharedPtr< Project > & another)
| Parameter | Description |
|---|---|
| another | Another project to copy data to. |
CopyTo (2 of 2)
Copies project’s main data and properties to another project.
Returns: void Aspose::Tasks::
CopyTo(const System::SharedPtr< Project > & another, const System::SharedPtr< CopyToOptions > & options)
| Parameter | Description |
|---|---|
| another | Another project to copy data to. |
| options | Copy options to control copy process. |