import "TechnicalSupport.idl";
Public Member Functions | |
void | getInfo (out UserInfo userInfo, out ProductInfo productInfo, out SystemInfo systemInfo, out boolean isUploadServerAvailable) |
void | addSystemInfoToTicket (in string ticketId, in string email) |
Interface for support incidents
void kerio::web::TechnicalSupport::addSystemInfoToTicket | ( | in string | ticketId, |
in string | |||
) |
Add system info to the ticket
ticketId | (in string) tickedId of target ticket |
(in string) email of the customer |
void kerio::web::TechnicalSupport::getInfo | ( | out UserInfo | userInfo, |
out ProductInfo | productInfo, | ||
out SystemInfo | systemInfo, | ||
out boolean | isUploadServerAvailable | ||
) |
Get information from running product
userInfo | (out UserInfo) User information |
productInfo | (out ProductInfo) Product information |
systemInfo | (out SystemInfo) System information |
isUploadServerAvailable | (out boolean) Is possible to upload attachment ? |