PFGroupGetUsersListRecursive Method |
Gets the recursive list of users 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 public List<PFUser> GetUsersListRecursive(
string textFilter = null
)
Parameters
- textFilter (Optional)
- Type: SystemString
Optional text filtering users by their login or display name.
Return Value
Type:
ListPFUserListTSee Also