CustomConnectorContentSource.GetConnectorModelFilePath method

Gets the path of the specified protocol model file.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Shared Function GetConnectorModelFilePath ( _
    searchApp As SearchServiceApplication, _
    protocolName As String _
) As String
'Usage
Dim searchApp As SearchServiceApplication
Dim protocolName As String
Dim returnValue As String

returnValue = CustomConnectorContentSource.GetConnectorModelFilePath(searchApp, _
    protocolName)
public static string GetConnectorModelFilePath(
    SearchServiceApplication searchApp,
    string protocolName
)

Parameters

  • protocolName
    Type: System.String

    The path of the requested protocol model file.

Return value

Type: System.String
The path of the requested protocol model file.

Remarks

This method retrieves the path of the specified protocol model file from the SearchAdminDatabase object.

See also

Reference

CustomConnectorContentSource class

CustomConnectorContentSource members

Microsoft.Office.Server.Search.Administration namespace