Aspose.Tasks for C++
Aspose::Tasks::CopyToOptions Class Reference

Allows to specify additional options when copying project data. More...

#include <CopyToOptions.h>

Inherits 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...
 

Detailed Description

Allows to specify additional options when copying project data.

Constructor & Destructor Documentation

Aspose::Tasks::CopyToOptions::CopyToOptions ( )

Initializes a new instance of the CopyToOptions class.

Member Function Documentation

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.