Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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