INamingContainer interface

Defines how to map the external item to the URL used by the search system.

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

Syntax

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

Remarks

When using custom search connectors, you must provide implementations of the INamingContainer and the ILobUri 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.

See also

Reference

INamingContainer members

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