Returns a success message for the container move action with the new path.
Arguments
baseUrl
A string specifying the baseUrl for the labkey server.
folderPath
A string specifying the folderPath to be moved. Additionally, the container entity id is also valid.
destinationParent
The container path of destination parent. Additionally, the destination parent entity id is also valid.
addAlias
Add alias of current container path to container that is being moved (defaults to true).
Author
Cory Nathe
Details
This function moves an existing container, which may be a folder or workbook, to be the subfolder of another
folder and/or project on the LabKey server. Projects and the root container can not be moved.
If the target or destination container does not exist or the user does not have permissions, an error message will
be returned.