Open TomBombardil opened 1 year ago
SharePoint Server 2016 (on-premise)
SharePoint Add-ins
Windows
No response
Loading the RecycleBin still causes the Erroro mentioned in this closed Issue -> #3557
var site = ctx.Site; ctx.Load(site);
var siteRecycleBin = site.RecycleBin; ctx.Load(siteRecycleBin); ctx.ExecuteQuery(); // <- throws
Should not throw
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Target SharePoint environment
SharePoint Server 2016 (on-premise)
What SharePoint development model, framework, SDK or API is this about?
SharePoint Add-ins
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
Loading the RecycleBin still causes the Erroro mentioned in this closed Issue -> #3557
Steps to reproduce
var site = ctx.Site; ctx.Load(site);
var siteRecycleBin = site.RecycleBin; ctx.Load(siteRecycleBin); ctx.ExecuteQuery(); // <- throws
Expected behavior
Should not throw