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.
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
searchApp
Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplicationThe Search context information.
protocolName
Type: System.StringThe 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