ISearchAdminServiceApplication.RemoveDocumentsFromSearchResults method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function RemoveDocumentsFromSearchResults ( _
tenantID As Guid, _
urlsToRemove As List(Of String) _
) As List(Of String)
'Uso
Dim instance As ISearchAdminServiceApplication
Dim tenantID As Guid
Dim urlsToRemove As List(Of String)
Dim returnValue As List(Of String)
returnValue = instance.RemoveDocumentsFromSearchResults(tenantID, _
urlsToRemove)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
List<string> RemoveDocumentsFromSearchResults(
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>
Ver também
Referência
ISearchAdminServiceApplication interface