WebDav Performance issues fixed
This commit is contained in:
parent
5cf9bfa4bb
commit
22745dde02
3 changed files with 69 additions and 14 deletions
|
@ -220,6 +220,11 @@ namespace WebsitePanel.Providers.OS
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public virtual Dictionary<string, Quota> GetQuotasForOrganization(string folderPath, string wmiUserName, string wmiPassword)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public virtual void DeleteDirectoryRecursive(string rootPath)
|
||||
{
|
||||
FileUtils.DeleteDirectoryRecursive(rootPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue