Public Member Functions | |
| void | get (out P2pEliminatorConfig config) |
| void | set (out kerio::web::ErrorList errors, in P2pEliminatorConfig config) |
| void webadmin::P2pEliminator::get | ( | out P2pEliminatorConfig | config | ) |
Returns the configuration of P2P eleminator.
| config | - structure with configuration of P2P eliminator. |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::P2pEliminator::set | ( | out kerio::web::ErrorList | errors, |
| in P2pEliminatorConfig | config | ||
| ) |
Sets the configuration of P2P eleminator.
| errors | - list of errors 1002 No such entity. - "Some of the added services do not exist any longer." |
| config | - structure with configuration of P2P eliminator. |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |