com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class CopyToOptions



  • public class CopyToOptions
    extends Object

    Allows to specify additional options when copying project data.

    • Constructor Detail

      • CopyToOptions

        public CopyToOptions()

        Initializes a new instance of the CopyToOptions class.

    • Method Detail

      • getCopyViewData

        public final boolean getCopyViewData()

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

        Returns:
        a value indicating whether to copy view data while copying project data.
      • setCopyViewData

        public final void setCopyViewData(boolean value)

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

        Parameters:
        value - a value indicating whether to copy view data while copying project data.