Class MarketplaceSettings
Configuration options for the Marketplace.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:Marketplace")]
public class MarketplaceSettings
Properties
View SourceAdditionalParameters
Gets or sets the additional parameters that are sent to the Marketplace.
Declaration
public IDictionary<string, string> AdditionalParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |