Click or drag to resize

PFFieldUserGetPossibleUsers Method

Gets the list of users that can be selected in this field.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFUser> GetPossibleUsers(
	PFApplicationContext appContext,
	string textFilter = null
)

Parameters

appContext
Type: Packflow.CorePFApplicationContext
Application context of the edited item.
textFilter (Optional)
Type: SystemString
An optional text to filter results.

Return Value

Type: ListPFUser
ListT
See Also