Forum Discussion
How to set Quick Edit property with PnP CSOM?
Is there a property we can use to set the Quick Edit setting in the Advanced List Settings? If so what is the property and values? Thanks.
SharePoint's CSOM (and PnP) doesn't provide a way to change this property. Your only option to automate applying this setting is through the HTTP Remote Operation Pattern described in the blog below:
https://blogs.msdn.microsoft.com/vesku/2013/11/04/ftc-to-cam-advance-http-remote-operations-for-sp2013
You could also post an idea for implementing this missing functionality on UserVoice:
https://sharepoint.uservoice.com
1 Reply
- paulpaschaBronze Contributor
SharePoint's CSOM (and PnP) doesn't provide a way to change this property. Your only option to automate applying this setting is through the HTTP Remote Operation Pattern described in the blog below:
https://blogs.msdn.microsoft.com/vesku/2013/11/04/ftc-to-cam-advance-http-remote-operations-for-sp2013
You could also post an idea for implementing this missing functionality on UserVoice:
https://sharepoint.uservoice.com