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)
ParameterDescription
anotherAnother 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)
ParameterDescription
anotherAnother project to copy data to.
optionsCopy options to control copy process.