CrawlLog.CheckIfItemRemoved method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function CheckIfItemRemoved ( _
docID As Integer _
) As Boolean
'Usage
Dim instance As CrawlLog
Dim docID As Integer
Dim returnValue As Boolean
returnValue = instance.CheckIfItemRemoved(docID)
public bool CheckIfItemRemoved(
int docID
)
Parameters
- docID
Type: System.Int32
Return value
Type: System.Boolean