How do I check if 'Allow access requests' is checked using CSOM in Sharepoint Team site

  • Thread starter Thread starter James Scourange
  • Start date Start date
J

James Scourange

Guest
We have bunch of Sharepoint sites deployed into production. I was given a task to provide a report on whether the 'Allow access requests' (located in the 'Access Requests Console') is checked or not

I do know how to check it or uncheck it programmatically (using the DisableRequestAccess() or EnableRequestAccess() methods of siteContext.Web object)

However, I can't figure out how to find out if the 'Allow access requests' is checked or not

What is the right boolean value of the siteContext.Web object that would tell me if the 'Allow access requests' is checked or not.

Thank you everyone in advance

Continue reading...
 
Back
Top