Content.DeleteCrawlInProgress Method
Returns a Boolean value indicating whether a crawl in progress can be deleted.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function DeleteCrawlInProgress As Boolean
'Usage
Dim instance As Content
Dim returnValue As Boolean
returnValue = instance.DeleteCrawlInProgress()
public bool DeleteCrawlInProgress()
Return Value
Type: System.Boolean
true if a delete crawl is in progress; otherwise, false.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace
Microsoft.Office.Server.Search.Administration.ContentSource
Other Resources
Getting Started with the Enterprise Search Administration Object Model
How to: Programmatically Manage the Crawl of a Content Source
How to: Programmatically Configure a Crawl Schedule for a Content Source