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 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
Function GetAccessUri ( _
entityInstance As IEntityInstance _
) As Uri
'Usage
Dim instance As INamingContainer
Dim entityInstance As IEntityInstance
Dim returnValue As Uri
returnValue = instance.GetAccessUri(entityInstance)
Uri GetAccessUri(
IEntityInstance entityInstance
)
Parameters
entityInstance
Type: Microsoft.BusinessData.Runtime.IEntityInstanceThe external item.
Return Value
Type: System.Uri
The content item URL.