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.
Resets the content index.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub Reset ( _
disableAlerts As Boolean _
)
'Usage
Dim instance As SearchContext
Dim disableAlerts As Boolean
instance.Reset(disableAlerts)
public void Reset(
bool disableAlerts
)
Parameters
- disableAlerts
Type: System.Boolean
true indicates that search alerts should be disabled during the reset; otherwise, false if alerts should not be disabled.