SPMobileUserField.QueryEntities Method

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.

See Also

Reference

SPMobileUserField Class

SPMobileUserField Members

Microsoft.SharePoint.MobileControls Namespace