update functionallity enterprise storage
This commit is contained in:
parent
922009d402
commit
8784e493d5
28 changed files with 10952 additions and 8121 deletions
|
@ -110,5 +110,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
return EnterpriseStorageController.GetEnterpriseFoldersPaged(itemId, filterValue, sortColumn, startRow, maximumRows);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public SystemFile RenameEnterpriseFolder(int itemId, string oldName, string newName)
|
||||
{
|
||||
return EnterpriseStorageController.RenameFolder(itemId, oldName, newName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue