Forum Discussion
David Grooms
Aug 07, 2017Copper Contributor
DisableSharingForNonOwners with pnp or CSOM
In the admin center - site collections - sharing, there is a dialog with the option : Allowing Non-Owners to Invite New Users. I'd like to turn this to 'Not Allowed' using CSOM C#. Does any ...
- Aug 07, 2017
Added disabling "Allow access requests" setting to my original code example. It's just emptying RequestAccessEmail property.
David Grooms
Aug 07, 2017Copper Contributor
I've tried that code already, but it doesn't change the values shown in the Sharing dialog.
Not sure if ithas the desired effect, I was hoping to verify by seeing the settings int eh form change.
Dave
Matti Paukkonen
Aug 07, 2017Iron Contributor
Added disabling "Allow access requests" setting to my original code example. It's just emptying RequestAccessEmail property.
- David GroomsAug 07, 2017Copper Contributor
That worked !
Thanks,
Dave