PFFieldUserGetPossibleGroups Method |
Gets the list of groups that can be selected in this field.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public List<PFGroup> GetPossibleGroups(
PFApplicationContext appContext,
string textFilter = null
)
Parameters
- appContext
- Type: Packflow.CorePFApplicationContext
Application context of the edited item. - textFilter (Optional)
- Type: SystemString
An optional text to filter results.
Return Value
Type:
ListPFGroupListTSee Also