SearchServiceApplicationProxy.GetDocIDsToRemove method

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

Syntax

'Declaration
Public Function GetDocIDsToRemove ( _
    tenantID As Guid, _
    urlsToRemove As List(Of String) _
) As Dictionary(Of Integer, String)
'Usage
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
)

Parameters

Return value

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

Implements

ISearchAdminServiceApplication.GetDocIDsToRemove(Guid, List<String>)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace