| UserGroupControllerSaveUserUserGroups Method |
Stores the group memberships of a user based the Groups collection.
Existing group memberships not available in Groups are removed.
The memberhip of personal user groups and everyone are never removed.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void SaveUserUserGroups(
User user,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- user
- Type: Omada.OE.ModelUser
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also