Is there an API to determine if Sharepoint/MOSS/SearchServer is currently crawling a particular content source?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Here is how you can determine the crawling status for SharePoint 2010:
The content source crawl status is retrieved via ContentSource class. It is available for both SharePoint 2010 and SharePoint 2007. You can check MSDN sample for SharePoint 2007 here. In 2010, it's even easier with PowerShell:
|
||||
|
|