: EntityQueryControl.IssueQuery (Método) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Protected Overrides Function IssueQuery ( _
search As String, _
groupName As String, _
pageIndex As Integer, _
pageSize As Integer _
) As Integer
'Uso
Dim search As String
Dim groupName As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim returnValue As Integer
returnValue = Me.IssueQuery(search, groupName, pageIndex, pageSize)
protected override int IssueQuery (
string search,
string groupName,
int pageIndex,
int pageSize
)
Parámetros
- search
..
- groupName
..
- pageIndex
..
- pageSize
..
Vea también
Referencia
EntityQueryControl (Clase)
EntityQueryControl (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)