Click or drag to resize

PFGroupGetUsersRecursive Method

Gets the recursive list of users included in this group and its children groups. More optimized than GetUsersListRecursive because avoid to load the PFUsers.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFUserCollection GetUsersRecursive()

Return Value

Type: PFUserCollection
PFUserCollection
See Also