Added: FileManager editable extensions from the WSP "System Settings" section

This commit is contained in:
Christopher York 2013-09-13 11:55:49 -05:00
parent 1b3aeb02fb
commit 030f4c7eb9
9 changed files with 199 additions and 38 deletions

View file

@ -50,6 +50,12 @@ namespace WebsitePanel.EnterpriseServer
[ToolboxItem(false)]
public class esFiles : System.Web.Services.WebService
{
[WebMethod]
public SystemSettings GetFileManagerSettings()
{
return FilesController.GetFileManagerSettings();
}
[WebMethod]
public static string GetHomeFolder(int packageId)
{