Click or drag to resize

PFFieldHtmlHelper_UserGetAvailableEntries Method

Gets the list of entries shown when the user types in the search area. Note: users have the priority: if enough entries are found with users, no group entries is returned.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Tuple<List<PFUser>, List<PFGroup>> GetAvailableEntries(
	PFFieldUser field,
	string textFilter,
	int maxEntries,
	PFApplicationContext appContext = null
)

Parameters

field
Type: Packflow.CorePFFieldUser
textFilter
Type: SystemString
maxEntries
Type: SystemInt32
appContext (Optional)
Type: Packflow.CorePFApplicationContext

Return Value

Type: TupleListPFUser, ListPFGroup
See Also