All Classes Files Functions Variables Pages
webadmin::Storage Interface Reference

Public Member Functions

void get (out StorageDataList data)
 
void remove (in StorageDataType type)
 

Member Function Documentation

void webadmin::Storage::get ( out StorageDataList  data)
Parameters
data- Returns list of data present on storage.
Exceptions
kerio::web::ApiException
-32001 Session expired. - "The user is not logged in."
1004 Access denied. - "Insufficient rights to perform the requested operation."
void webadmin::Storage::remove ( in StorageDataType  type)
Parameters
type- Delete data specified by type from storage.
Exceptions
kerio::web::ApiException
-32001 Session expired. - "The user is not logged in."
1004 Access denied. - "Insufficient rights to perform the requested operation."
1000 Operation failed. - "Some files cannot be deleted, they may be currently in use."

The documentation for this interface was generated from the following file: