Administration API for Kerio Connect
Main Page
Related Pages
API Reference
IDL Files
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Groups
Pages
Downloads.idl
Go to the documentation of this file.
1
/**
2
* @file Downloads.idl
3
* @brief Download management
4
*
5
* @author Frantisek Boranek
6
*
7
* @copyright Copyright © 2017 Kerio Technologies s.r.o.
8
*/
9
10
#import <kerio/web/idl/SharedStructures.idl>
11
12
module kerio {
13
module jsonapi {
14
15
typedef
sequence<kerio::web::Download> DownloadList;
16
17
/**
18
* Download management
19
*/
20
interface
Downloads
{
21
22
/**
23
* Remove file prepared to download.
24
*
25
* @param url - url of file prepared to download
26
*/
27
void
remove
(in
string
url);
28
};
29
30
};};
//end of namespace
©
Kerio Technologies s.r.o.
, all rights reserved.