This commit is contained in:
Virtuworks 2014-06-17 17:32:29 -04:00
commit f00f4c62a3
6 changed files with 175 additions and 33 deletions

View file

@ -91,5 +91,7 @@ namespace WebsitePanel.Providers.HostedSolution
void DeleteMappedDrivesGPO(string organizationId);
void SetDriveMapsTargetingFilter(string organizationId, ExchangeAccount[] accounts, string folderName);
void ChangeDriveMapFolderPath(string organizationId, string oldFolder, string newFolder);
}
}