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
- objectDataRow
Type: System.Data.DataRow
DataRow 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.