move Portal Items
suspend fun movePortalItems(portalItems: Iterable<PortalItem>, toFolder: PortalFolder? = null): Result<List<PortalItemMoveError>>
Moves the specified items to the specified folder.
Return
a Result containing a list of PortalItemMoveError for the items failing to move
Since
200.0.0
Parameters
portal Items
the items to move
to Folder
The folder to which to move the items. If null, the item will be moved to this user's root folder.