webdav portal root folder speed fix
This commit is contained in:
parent
c5b6c0d9f6
commit
7d075f6142
4 changed files with 147 additions and 22 deletions
|
@ -92,6 +92,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return EnterpriseStorageController.GetFolders(itemId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public SystemFile[] GetUserRootFolders(int itemId, int accountId, string userName, string displayName)
|
||||
{
|
||||
return EnterpriseStorageController.GetUserRootFolders(itemId, accountId, userName, displayName);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public SystemFile GetEnterpriseFolder(int itemId, string folderName)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue