: SearchContext.Reset (Método) (Microsoft.Office.Server.Search.Administration)
Resets the content index.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Sub Reset ( _
disableAlerts As Boolean _
)
'Uso
Dim instance As SearchContext
Dim disableAlerts As Boolean
instance.Reset(disableAlerts)
public void Reset (
bool disableAlerts
)
Parámetros
- disableAlerts
true indicates that search alerts should be disabled during the reset; otherwise, false if alerts should not be disabled.
Vea también
Referencia
SearchContext (Clase)
SearchContext (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)