SearchServiceApplicationProxy.CheckIfItemsRemoved method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function CheckIfItemsRemoved ( _
tenantID As Guid, _
itemsToRemove As List(Of Integer) _
) As List(Of Integer)
'Uso
Dim instance As SearchServiceApplicationProxy
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
)
Parâmetros
- tenantID
Type: System.Guid
- itemsToRemove
Type: System.Collections.Generic.List<Int32>
Valor retornado
Type: System.Collections.Generic.List<Int32>
Implements
ISearchAdminServiceApplication.CheckIfItemsRemoved(Guid, List<Int32>)
Ver também
Referência
SearchServiceApplicationProxy class