UserSaveOptions Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class UserSaveOptions
The UserSaveOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| UserSaveOptions | 
| Name | Description | |
|---|---|---|
| OverrideSecurity | ||
| PersonalGroupUId | 
            PersonalGroupUId is only used when saving a new user.
            If specified the UId will be transferred to the personal user group being created while creating the new user.
            PersonalGroupUId is used by the configuration change logic.
              | |
| SkipEvents | 
            If set events will not be fired when saving the user data object
              | |
| SkipImmutabilityUniquenessAndRequiredConstraints | 
            Set to true to skip check for required values, immutabable properties and unique constraints
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |