Click or drag to resize

PFUserUtils Class

Provides utilities for the PFUser class.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFUserUtils

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 PFUserUtils

The PFUserUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFilter
Filters the list of users with the specified text, by login 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 users from a list of users, by their id.
Top
See Also