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

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

Detailed Description

Allows to specify additional options when copying project data.

Constructor & Destructor Documentation

◆ CopyToOptions()

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

Initializes a new instance of the CopyToOptions class.

Member Function Documentation

◆ get_CopyViewData()

bool Aspose::Tasks::CopyToOptions::get_CopyViewData ( ) const

Gets a value indicating whether to copy view data while copying project data. Default value is true.

◆ set_CopyViewData()

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.