Partial Checkin on Enterprise Storage

This commit is contained in:
robvde 2013-08-22 10:58:16 +04:00
parent 754d9127de
commit 09a6e6a4e2
12 changed files with 223 additions and 11 deletions

View file

@ -54,6 +54,13 @@ namespace WebsitePanel.EnterpriseServer
[ToolboxItem(false)]
public class esEnterpriseStorage : WebService
{
[WebMethod]
public bool CheckFileServicesInstallation(int serviceId)
{
return EnterpriseStorageController.CheckFileServicesInstallation(serviceId);
}
[WebMethod]
public SystemFile[] GetEnterpriseFolders(int itemId)
{