Click or drag to resize

PFGroupGetGroups Method

Gets the list of organisational groups 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<PFGroup> GetGroups()

Return Value

Type: IEnumerablePFGroup
IEnumerableT
See Also