Click or drag to resize

PFRelation_GroupGetByText Method

Gets groups which contain this text (in Name or Display name). Will use cache if available. Returns all groups 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<PFGroup> GetByText(
	string textFilter
)

Parameters

textFilter
Type: SystemString

Return Value

Type: ListPFGroup
See Also