Public Member Functions | |
void | get (out CentralManagementConfig config) |
void | set (in CentralManagementConfig config) |
void | getStatus (out CentralManagementStatus status) |
void | reset () |
void webadmin::CentralManagement::get | ( | out CentralManagementConfig | config | ) |
Returns configuration
config | - Contains Structure with Central management 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::CentralManagement::getStatus | ( | out CentralManagementStatus | status | ) |
Returns actual state of Central management
status | - actual state of Central management. |
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
void webadmin::CentralManagement::reset | ( | ) |
Runs reset
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
void webadmin::CentralManagement::set | ( | in CentralManagementConfig | config | ) |
Stores configuration
config | - Contains Structure with Central management settings. |
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |