SearchServiceApplication.CheckIfItemsRemoved - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function CheckIfItemsRemoved ( _
tenantID As Guid, _
itemsToRemove As List(Of Integer) _
) As List(Of Integer)
'Utilisation
Dim instance As SearchServiceApplication
Dim tenantID As Guid
Dim itemsToRemove As List(Of Integer)
Dim returnValue As List(Of Integer)
returnValue = instance.CheckIfItemsRemoved(tenantID, _
itemsToRemove)
public List<int> CheckIfItemsRemoved(
Guid tenantID,
List<int> itemsToRemove
)
Paramètres
- tenantID
Type : System.Guid
- itemsToRemove
Type : System.Collections.Generic.List<Int32>
Valeur renvoyée
Type : System.Collections.Generic.List<Int32>
Implémentations
ISearchAdminServiceApplication.CheckIfItemsRemoved(Guid, List<Int32>)
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms