Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of users and groups at the Web site.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function QueryEntities As IList
'Usage
Dim returnValue As IList
returnValue = Me.QueryEntities()
protected virtual IList QueryEntities()
Return Value
Type: System.Collections.IList
An IList that represents the users and groups from which the user will select.
Remarks
QueryEntities is called indirectly by CreateChoiceControl.