class CollectionCopyJob


Module akonadi
Namespace Akonadi
Class CollectionCopyJob
Inherits Akonadi::Job
Job that copies a collection into another collection in the Akonadi storage.

This job copies a single collection into a specified target collection.

Akonadi.Collection source = ... Akonadi.Collection target = ...

Akonadi.CollectionCopyJob *job = new Akonadi.CollectionCopyJob( source, target );

if ( job->exec() ) qDebug() << "Copied successfully"; else qDebug() << "Error occurred";

Author Volker Krause



methods