LobUri class

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

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Connector.BDC.LobUri

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

Syntax

'Declaration
Public MustInherit Class LobUri _
    Implements ILobUri
'Usage
Dim instance As LobUri
public abstract class LobUri : 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 LobUri class is an implementation of the ILobUri interface that you can use instead of creating a custom implementation for the ILobUri interface.

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.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LobUri members

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