INamingContainer.GetDisplayUri method (IEntity, ILobSystemInstance)
Maps the specified external item and external system instance to the display 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
Function GetDisplayUri ( _
entity As IEntity, _
lobSystemInstance As ILobSystemInstance _
) As Uri
'Usage
Dim instance As INamingContainer
Dim entity As IEntity
Dim lobSystemInstance As ILobSystemInstance
Dim returnValue As Uri
returnValue = instance.GetDisplayUri(entity, _
lobSystemInstance)
Uri GetDisplayUri(
IEntity entity,
ILobSystemInstance lobSystemInstance
)
Parameters
entity
Type: Microsoft.BusinessData.MetadataModel.IEntityThe external item.
lobSystemInstance
Type: Microsoft.BusinessData.MetadataModel.ILobSystemInstanceThe external system instance.
Return value
Type: System.Uri
The URL displayed for the external item in the search results.