movePortalItems

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

portalItems

the items to move

toFolder

The folder to which to move the items. If null, the item will be moved to this user's root folder.