Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for searching the recycle bin #894

Closed
jansenbe opened this issue Jun 23, 2022 · 1 comment
Closed

Add support for searching the recycle bin #894

jansenbe opened this issue Jun 23, 2022 · 1 comment
Assignees
Labels
area: model 📐 Related to the core SDK models

Comments

@jansenbe
Copy link
Contributor

From #849 by @gszdev

Is there a replacement for CSOM Microsoft.SharePoint.Client.Web.GetRecycleBinItemsByQueryInfo(RecycleBinQueryInformation queryInfo) to search within the RecycleBin?

Is there a way to get search for all deleted items / files for a list / library by DirName and the ChangeTime of the change?
The follwing search criterias are relevant:

stage independed - both stages (FirstStageRecycleBin and SecondStageRecycleBin)
user independend - deletes from all users
ordered by DeletedDate (descending)

@jansenbe jansenbe added the area: model 📐 Related to the core SDK models label Jun 23, 2022
@jansenbe jansenbe changed the title Support for searching the recycle bin Add support for searching the recycle bin Jun 23, 2022
@jansenbe jansenbe self-assigned this Jun 24, 2022
@jansenbe
Copy link
Contributor Author

@gszdev: This one has been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: model 📐 Related to the core SDK models
Projects
None yet
Development

No branches or pull requests

1 participant