Aspose.Tasks for C++
|
Allows to specify additional options when copying project data. More...
#include <CopyToOptions.h>
Inherits System::Object.
Public Member Functions | |
bool | get_CopyViewData () const |
Gets a value indicating whether to copy view data while copying project data. Default value is true. More... | |
void | set_CopyViewData (bool value) |
Sets a value indicating whether to copy view data while copying project data. Default value is true. More... | |
CopyToOptions () | |
Initializes a new instance of the CopyToOptions class. More... | |
Allows to specify additional options when copying project data.
Aspose::Tasks::CopyToOptions::CopyToOptions | ( | ) |
Initializes a new instance of the CopyToOptions class.
bool Aspose::Tasks::CopyToOptions::get_CopyViewData | ( | ) | const |
Gets a value indicating whether to copy view data while copying project data. Default value is true.
void Aspose::Tasks::CopyToOptions::set_CopyViewData | ( | bool | value | ) |
Sets a value indicating whether to copy view data while copying project data. Default value is true.