moveObject()

Overview

public void function moveObject(
      required string  originalPath     
    , required string  newPath          
    ,          boolean originalIsPrivate
    ,          boolean newIsPrivate     
)

Should move source object to target destination

Arguments

NameTypeRequiredDescription
originalPathstringYesThe path of the stored object
newPathstringYesThe new path at which to store the object
originalIsPrivatebooleanNoWhether or not the original stored object is stored privately
newIsPrivatebooleanNoWhether or not the new stored object is to be stored privately