ProfilesQueryControl.IssueQuery Method (String, String, String, String, Int32, Int32)
Issues a query with the specified search keywords, hierarchy node, group, provider, page, and page size.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function IssueQuery ( _
search As String, _
groupName As String, _
providerID As String, _
hierarchynodeID As String, _
pageIndex As Integer, _
pageSize As Integer _
) As Integer
'Usage
Dim search As String
Dim groupName As String
Dim providerID As String
Dim hierarchynodeID As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim returnValue As Integer
returnValue = Me.IssueQuery(search, _
groupName, providerID, hierarchynodeID, _
pageIndex, pageSize)
protected override int IssueQuery(
string search,
string groupName,
string providerID,
string hierarchynodeID,
int pageIndex,
int pageSize
)
Parameters
search
Type: System.StringThe search keywords to use in the query.
groupName
Type: System.StringThe user, organization, or membership group against which to query.
providerID
Type: System.StringThis parameter is not used.
hierarchynodeID
Type: System.StringThe hierarchy node in which to search.
pageIndex
Type: System.Int32This parameter is not used.
pageSize
Type: System.Int32This parameter is not used.
Return Value
Type: System.Int32
The number of profiles found by the query.
Remarks
This override executes the specified query and updates the ProfilesPickerDialog control with the results.