Announcement

Collapse
No announcement yet.

Release 7.4.1: Add version argument to FileStorageFileAccess#copy method

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

  • Release 7.4.1: Add version argument to FileStorageFileAccess#copy method

    The method with the signature

    IDTuple copy(IDTuple source, String destFolder, File update, InputStream newFile, List<File.Field> modifiedFields) throws OXException;

    currently lacks the possibility to specify the source version to copy the data from. Therefore, a version parameter is introduced there, so that the new signature will look like:

    IDTuple copy(IDTuple source, String version, String destFolder, File update, InputStream newFile, List<File.Field> modifiedFields) throws OXException;
Working...
X