In SharePoint Document Library , user can not delete the Folder because we don't provide delete option but user can still open document library in explorer and easily delete the folder Is there any way to Protect folder in explorer view ??
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
We can restrict User by adding event receiver on document library. we can add code on item deleting event that properties.cancel = true; |
|||
|
|
|
You can try this one.. It might help you with your problem.. |
|||
|
|