Click or drag to resize

PFRelation_SiteUserGetByText Method

Filters users which contain this text (in Login name or Display name). Will use cache if available. Returns all users if filter is null or empty.

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> GetByText(
	string textFilter
)

Parameters

textFilter
Type: SystemString

Return Value

Type: ListPFUser
See Also