Click or drag to resize

PFGroupUtils Class

Provides utilities for the PFGroup class.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFGroupUtils

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 class PFGroupUtils

The PFGroupUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFilter
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.
Public methodStatic memberGetDistinct
Gets the distinct list of groups from a list of groups, by their id.
Top
See Also