CustomConnectorContentSource.GetRegisteredConnectorsInfo method
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