You are viewing limited content. For full access, please sign in.

Question

Question

is it possible to search and restore deleted entries with sdk

asked on July 11, 2018

I need to restore things from the recycle been that were deleted by a particular user over the course of many weeks.  The recycle bin is very large and nearly impossible to navigate through the client.  I would like to create a program that gets the items deleted by this user and restore them in reverse order of how they were deleted so that folders are in place for documents that were deleted before the folder.

Any help?

1 0

Answer

SELECTED ANSWER
replied on July 11, 2018

You can do this with the RecycleBin and RecyclebinListing classes in RepositoryAccess.  RecycleBin.GetListing allows you to retrieve a particular user's recycled entries. RecycleBin.RestoreEntry is used to restore an entry back to the repository.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.