Compartilhar via


SearchServiceApplicationProxy.GetDocIDsToRemove method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetDocIDsToRemove ( _
    tenantID As Guid, _
    urlsToRemove As List(Of String) _
) As Dictionary(Of Integer, String)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim tenantID As Guid
Dim urlsToRemove As List(Of String)
Dim returnValue As Dictionary(Of Integer, String)

returnValue = instance.GetDocIDsToRemove(tenantID, _
    urlsToRemove)
public Dictionary<int, string> GetDocIDsToRemove(
    Guid tenantID,
    List<string> urlsToRemove
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.Dictionary<Int32, String>

Implements

ISearchAdminServiceApplication.GetDocIDsToRemove(Guid, List<String>)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace