Class MarketplaceSettings
Configuration options for the Marketplace.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class MarketplaceSettings
Properties
View SourceAdditionalParameters
Gets or sets the additional parameters that are sent to the Marketplace.
Declaration
public Dictionary<string, string> AdditionalParameters { get; set; }
Property Value
Type | Description |
---|---|
Umbraco.Cms.Core.Dictionary<System.String, System.String> |