Partial Checkin on Enterprise Storage
This commit is contained in:
parent
754d9127de
commit
09a6e6a4e2
12 changed files with 223 additions and 11 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue