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.
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.