ILobUri interface

Defines how to map the content item URL passed from the search system to the external system object.

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

Syntax

'Declaration
Public Interface ILobUri
'Usage
Dim instance As ILobUri
public interface ILobUri

Remarks

When using custom search connectors, you must provide implementations of the ILobUri and the INamingContainer interfaces if you make the custom search connector available as a custom content source in SharePoint Server search.

The ILobUri interface applies to the URL passed from the search system to the external system object, while the INamingContainer interface applies to the URL passed from the external system object to the search system.

For the ILobUri interface implementation, you can create a custom application for this, or you can use the implementation provided in the LobUri class.

See also

Reference

ILobUri members

Microsoft.Office.Server.Search.Connector.BDC namespace