Share via


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

Content class

Content members

Microsoft.Office.Server.Search.Administration namespace

Microsoft.Office.Server.Search.Administration.ContentSource