| UserGroupControllerSaveUserGroupMembers Method (Int32, IEnumerableInt32, Boolean) |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void SaveUserGroupMembers(
int userGroupId,
IEnumerable<int> memberIds,
bool removeNonpresent
)
Parameters
- userGroupId
- Type: SystemInt32
- memberIds
- Type: System.Collections.GenericIEnumerableInt32
The total set of future group members (user ids).
- removeNonpresent
- Type: SystemBoolean
If true then any current members that aren't present in memberIds will be removed from the group.
See Also