Announcement

Collapse
No announcement yet.

Release 7.4.2: New method in com.openexchange.file.storage.FileStorageFolderAccess

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.4.2: New method in com.openexchange.file.storage.FileStorageFolderAccess

    In addition to the current method to move a folder to a new location:

    String moveFolder(String folderId, String newParentId) throws OXException;

    A new overlaod is introduced that allows passing a new name for the folder:

    String moveFolder(String folderId, String newParentId, String newName) throws OXException;
Working...
X