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.