UserSettingsManager Class Members
In This Topic
The following tables list the members exposed by UserSettingsManager.
Public Constructors
Public Properties
| Name | Description |
| DefaultPaymentProfileId |
Gets or sets the DefaultPaymentProfileId of the user
|
| LoginSessionId |
Gets or sets the User Login session Id, which is used to validate if user is logged in only on a single device
|
| OptOutReviewReminders |
Gets or sets a value indicating whether user is opt-out from review reminders or not
|
| UniqueGoogle2FAKey |
Gets or sets the User unique key for google 2 factor authenticator
|
| UserCurrencyId |
Gets or sets the CurrencyId of the user's selected currency
|
Top
Public Methods
| Name | Description |
| Add |
Add a new user setting to this collection
|
| GetValueByKey | Overloaded.
Gets the value of a setting for the given key
|
| RemoveValueByKey |
Removes the settings against given key and updates the database
|
| Save |
Persists the settings to the database.
|
| SetValueByKey |
Sets the value of a setting for given key
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also