Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Configuration Namespace / ApplicationSettings Class
Properties Events


In This Topic
    ApplicationSettings Class Members
    In This Topic

    The following tables list the members exposed by ApplicationSettings.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the ApplicationSettings class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the maximum number of times checkout will attempt to process before failing.  
    Public Property Gets or sets the maximum number of items that will be placed in the context cache.  
    Public Property Gets or sets the number of minutes between Google feed generation runs  
    Public Property Gets or sets the value at the given key.  
    Public Property Gets the collection of keys  
    Public Property Gets or sets the number of minutes between maintenance runs  
    Public Property Gets or sets a value indicating whether page tracking is enabled or not.  
    Public Property Gets or sets the comma seperated list of directories where you don't want to enable page tracking.  
    Public Property Gets or sets the number of minutes between recurring orders service runs  
    Public Property Gets or sets the search provider.  
    Public Property Gets or sets a value indicating whether Url rewriter is enabled or not.  
    Public Property Gets or sets a value indicating whether the application is running in demo mode.  
    Public Property Gets the collection of values  
    Public Property Gets or sets the minimum viewstate size that will trigger an error log warning.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    Public Events
     NameDescription
    Public Event Raises when the search provider setting is modified  
    Top
    See Also