This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ActiveDirectory.
Summary
Adds user settings to the User Object.
- Assembly
- Cake
.ActiveDirectory .dll - Namespace
- Cake
.ActiveDirectory - Containing Type
- ActiveDirectoryBase
<TSettings>
Syntax
protected UserObject AddSettingsToUser(UserObject user, UserSettings settings)
Parameters
Name | Type | Description |
---|---|---|
user | UserObject | The user object to add settings. |
settings | UserSettings | The settings. |
Return Value
Type | Description |
---|---|
UserObject | User object with new settings. |