SearchServiceApplicationProxy.CheckURLsToRemove method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function CheckURLsToRemove ( _
tenantID As Guid, _
urlsToRemove As List(Of String) _
) As List(Of String)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim tenantID As Guid
Dim urlsToRemove As List(Of String)
Dim returnValue As List(Of String)
returnValue = instance.CheckURLsToRemove(tenantID, _
urlsToRemove)
public List<string> CheckURLsToRemove(
Guid tenantID,
List<string> urlsToRemove
)
Parâmetros
- tenantID
Type: System.Guid
- urlsToRemove
Type: System.Collections.Generic.List<String>
Valor retornado
Type: System.Collections.Generic.List<String>
Implements
ISearchAdminServiceApplication.CheckURLsToRemove(Guid, List<String>)
Ver também
Referência
SearchServiceApplicationProxy class