Click or drag to resize

PFGroupUtilsFilter Method

Filters the list of groups with the specified text, by name or display name. Not case sensitive. If the text is empty, the whole list is returned.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static List<PFGroup> Filter(
	this List<PFGroup> groups,
	string textFilter
)

Parameters

groups
Type: System.Collections.GenericListPFGroup
textFilter
Type: SystemString

Return Value

Type: ListPFGroup

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListPFGroup. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also