Click or drag to resize

PFGroupGetUsers Method

Gets the list of users included in this group. Note: this method executes a query in the database.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public IEnumerable<PFUser> GetUsers()

Return Value

Type: IEnumerablePFUser
IEnumerableT
See Also