Share via


ManageLinksControl.IssueQuery Method

Retrieves the links list items from the user profile database and returns DataSet with the query results.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Function IssueQuery ( _
    strQuery As String, _
    startRowIndex As Integer, _
    endRowIndex As Integer _
) As Object
'Usage
Dim strQuery As String
Dim startRowIndex As Integer
Dim endRowIndex As Integer
Dim returnValue As Object

returnValue = Me.IssueQuery(strQuery, _
    startRowIndex, endRowIndex)
protected override Object IssueQuery(
    string strQuery,
    int startRowIndex,
    int endRowIndex
)

Parameters

  • startRowIndex
    Type: System.Int32

    The index of the first row to return. The default is 0.

  • endRowIndex
    Type: System.Int32

    The index of the last row to return.

Return Value

Type: System.Object
The object that contains the result set of the query.

Remarks

This override retrieves the link list items, including the URL, description, owner, type, and target audience, and returns these items in DataSet format.

See Also

Reference

ManageLinksControl Class

ManageLinksControl Members

Microsoft.SharePoint.Portal.WebControls Namespace