update functionallity enterprise storage
This commit is contained in:
parent
922009d402
commit
8784e493d5
28 changed files with 10952 additions and 8121 deletions
|
@ -625,5 +625,22 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region Directory Browsing
|
||||
|
||||
[WebMethod]
|
||||
public bool GetDirectoryBrowseEnabled(int itemId, string site)
|
||||
{
|
||||
return WebServerController.GetDirectoryBrowseEnabled(itemId, site);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public void SetDirectoryBrowseEnabled(int itemId, string site, bool enabled)
|
||||
{
|
||||
WebServerController.SetDirectoryBrowseEnabled(itemId, site, enabled);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue