bulkRestoreFoldersFromTrashBin( )


Restores the specified folders from the Media Manager's trash bin, and moves them to their original locations in the Media Manager.

The bulkRestoreFoldersFromTrashBin() function returns a Promise that resolves when the folders have been restored.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Bookings Services and Settings
Manage Media Manager
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
folderIdsArray<string>Required

IDs of the folders to restore from the Media Manager's trash bin.

Was this helpful?
Yes
No