Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Resources Namespace / UserSettingsManager Class
Properties Methods


In This Topic
    UserSettingsManager Class Members
    In This Topic

    The following tables list the members exposed by UserSettingsManager.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the UserSettingsManager class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the DefaultPaymentProfileId of the user  
    Public Property Gets or sets the User Login session Id, which is used to validate if user is logged in only on a single device  
    Public Property Gets or sets a value indicating whether user is opt-out from review reminders or not  
    Public Property Gets or sets the User unique key for google 2 factor authenticator  
    Public Property Gets or sets the CurrencyId of the user's selected currency  
    Top
    Public Methods
     NameDescription
    Public Method Add a new user setting to this collection  
    Public MethodOverloaded.  Gets the value of a setting for the given key  
    Public Method Removes the settings against given key and updates the database  
    Public Method Persists the settings to the database.  
    Public Method Sets the value of a setting for given key  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also