Added: FileManager editable extensions from the WSP "System Settings" section
This commit is contained in:
parent
1b3aeb02fb
commit
030f4c7eb9
9 changed files with 199 additions and 38 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue