Forum Discussion

bhanu chintha's avatar
bhanu chintha
Iron Contributor
Oct 04, 2018
Solved

Enable SP Site content to be searchable programmatically

Hello Everyone,   Can you please let me know if there is any API (CSOM / PowerShell) that will help us in accessing the Search property setting for enabling/disabling the site content to be availab...
  • Hi Bhanu,

    I think you are looking for the "NoCrawl" property which should be set to false in order to get all web content indexed by search. This property should be available via CSOM for Web and List/Lib objects.

    Best
    Bjoern