ISearchAdminServiceApplication.GetDocIDsToRemove method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetDocIDsToRemove ( _
tenantID As Guid, _
urlsToRemove As List(Of String) _
) As Dictionary(Of Integer, String)
'Uso
Dim instance As ISearchAdminServiceApplication
Dim tenantID As Guid
Dim urlsToRemove As List(Of String)
Dim returnValue As Dictionary(Of Integer, String)
returnValue = instance.GetDocIDsToRemove(tenantID, _
urlsToRemove)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
Dictionary<int, string> GetDocIDsToRemove(
Guid tenantID,
List<string> urlsToRemove
)
Parâmetros
- tenantID
Type: System.Guid
- urlsToRemove
Type: System.Collections.Generic.List<String>
Valor retornado
Type: System.Collections.Generic.Dictionary<Int32, String>
Ver também
Referência
ISearchAdminServiceApplication interface