Exemplo n.º 1
0
 public SystemFile RenameEnterpriseFolder(int itemId, string oldName, string newName)
 {
     return(EnterpriseStorageController.RenameFolder(itemId, oldName, newName));
 }