ISearchAdminServiceApplication.CheckURLsToRemove method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function CheckURLsToRemove ( _
tenantID As Guid, _
urlsToRemove As List(Of String) _
) As List(Of String)
'Usage
Dim instance As ISearchAdminServiceApplication
Dim tenantID As Guid
Dim urlsToRemove As List(Of String)
Dim returnValue As List(Of String)
returnValue = instance.CheckURLsToRemove(tenantID, _
urlsToRemove)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<string> CheckURLsToRemove(
Guid tenantID,
List<string> urlsToRemove
)
Parameters
- tenantID
Type: System.Guid
- urlsToRemove
Type: System.Collections.Generic.List<String>
Return value
Type: System.Collections.Generic.List<String>
See also
Reference
ISearchAdminServiceApplication interface