bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

Removing remote event receivers from the lists and webs just by clicking delete option #78

Closed ParthasarathyBalan closed 6 years ago

ParthasarathyBalan commented 6 years ago

It would be more helpful if we can delete custom remote receivers which is attached to the SharePoint lists and webs.we are facing the problems like attaching wrong url's to the lists and webs of SharePoint sites.we can't remove it using CSOM code as well it is showing Access denied error,we can delete the event receivers attached to the Lists using SharePoint designer for SharePoint online likewise it will be better to get an option like this in spcb.

bramdejager commented 6 years ago

Hi, the SPCB tool is a read-only tool. It has always been this way and will stay this way. Its purpose is to get insights into the SharePoint structure/hierarchy, properties and related values. The tool is not for changing values in any way. You can use the PnP PowerShell cmdlets for this purpose without having to do coding, otherwise you can use the CSOM off course.