Public Member Functions | |
| void | get (out ConfigurationBackupConfig config) |
| void | set (in ConfigurationBackupConfig config) |
| void | backupNow () |
| void | getStatus (out ConfigurationBackupStatus status) |
| void webadmin::ConfigurationBackup::backupNow | ( | ) |
Runs backup
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::ConfigurationBackup::get | ( | out ConfigurationBackupConfig | config | ) |
Returns configuration
| config | - Contains Structure with Configuration backup settings. |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::ConfigurationBackup::getStatus | ( | out ConfigurationBackupStatus | status | ) |
Returns actual state of Configuration backup status
| status | - a phase of update process. |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::ConfigurationBackup::set | ( | in ConfigurationBackupConfig | config | ) |
Stores configuration
| config | - Contains Structure with Configuration backup settings. |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |