Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the registered protocols information from a specified SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function GetRegisteredConnectorsInfo ( _
searchApp As SearchServiceApplication _
) As IDictionary(Of String, String)
'Usage
Dim searchApp As SearchServiceApplication
Dim returnValue As IDictionary(Of String, String)
returnValue = CustomConnectorContentSource.GetRegisteredConnectorsInfo(searchApp)
public static IDictionary<string, string> GetRegisteredConnectorsInfo(
SearchServiceApplication searchApp
)
Parameters
searchApp
Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplicationThe specified Search context information.
Return Value
Type: System.Collections.Generic.IDictionary<String, String>
All of the registered protocols information for the specified SearchServiceApplication.
Remarks
This method retrieves the registered protocols information from the SearchAdminDatabase.
See Also
Reference
CustomConnectorContentSource Class