Exemple #1
0
 public StorageReturnValue DeleteFolder(string pathFolderName)
 {
     return(folderManagement.DeleteFolder(pathFolderName));
 }