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.
The GetItemUrl method of the QueryResultBase class gets the URL of the specifed DataRow that represents one item in the result set.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overridable Function GetItemUrl ( _
objectDataRow As DataRow _
) As String
'Usage
Dim objectDataRow As DataRow
Dim returnValue As String
returnValue = Me.GetItemUrl(objectDataRow)
protected virtual string GetItemUrl(
DataRow objectDataRow
)
Parameters
objectDataRow
Type: System.Data.DataRowDataRow that represents one item in the result set.
Return Value
Type: System.String
String that contains the URL of the item specified in the objectDataRow parameter.
Remarks
This method calls the GetItemUrl method in this class's base class.