moveObject()
Overview
public void function moveObject(
required string originalPath
, required string newPath
, boolean originalIsPrivate
, boolean newIsPrivate
)
Should move source object to target destination
Arguments
Name | Type | Required | Description |
---|---|---|---|
originalPath | string | Yes | The path of the stored object |
newPath | string | Yes | The new path at which to store the object |
originalIsPrivate | boolean | No | Whether or not the original stored object is stored privately |
newIsPrivate | boolean | No | Whether or not the new stored object is to be stored privately |