Click or drag to resize

PFGroupGetGroupsRecursive Method

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

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

Return Value

Type: PFGroupCollection
PFGroupCollection
See Also