Click or drag to resize

PFRelation_SiteUserGetByExactText Method

Filters users having this text as Login name or Display name. Will use cache if available. Returns null 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 PFUser GetByExactText(
	string textFilter
)

Parameters

textFilter
Type: SystemString

Return Value

Type: PFUser
See Also