QueryResultBase.GetItemUrl Method

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.SharePoint.Portal (in Microsoft.SharePoint.Portal.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

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.

See Also

Reference

QueryResultBase Class

QueryResultBase Members

Microsoft.SharePoint.Portal.WebControls Namespace