Click or drag to resize

PFGroupGetGroupsListRecursive Method

Gets the recursive list of groups included in this group and its children groups.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFGroup> GetGroupsListRecursive(
	string textFilter = ""
)

Parameters

textFilter (Optional)
Type: SystemString
Optional text filtering groups by their name or display name.

Return Value

Type: ListPFGroup
ListT
See Also