GroupFactory Class |
Namespace: AskiaPortalCmn
The GroupFactory type exposes the following members.
Name | Description | |
---|---|---|
FindAllByIds |
Find all groups using a list of identifiers.
| |
FindAllManaged |
Find all groups managed by the specified user.
| |
FindAllManagedRecursively |
Recursively find all groups managed
by the specified user.
| |
FindAllReachable(IContext, IGroup, QueryAllFilter) |
Find all groups reachable by the specified group.
| |
FindAllReachable(IContext, IUser, QueryAllFilter) |
Find all groups reachable by the specified user.
| |
FindAllReachableRecursively(IContext, IGroup) |
Recursively find all non-deleted groups
reachable by the specified group.
| |
FindAllReachableRecursively(IContext, IUser) |
Recursively find all non-deleted groups
reachable by the specified user.
| |
FindById |
Find a group using his identifier, return null if not found
| |
NewChildGroup |
Create a new empty child instance of group
| |
NewGroup |
Create a new empty instance of group
|