Class ContentDashboardSettings
Typed configuration options for content dashboard settings.
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Configuration
Assembly: Umbraco.Core.dll
Syntax
public class ContentDashboardSettingsProperties
View SourceAllowContentDashboardAccessToAllUsers
Gets a value indicating whether the content dashboard should be available to all users.
Declaration
public bool AllowContentDashboardAccessToAllUsers { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
ContentDashboardPath
Gets the path to use when constructing the URL for retrieving data for the content dashboard.
Declaration
public string ContentDashboardPath { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The URL path. | 
ContentDashboardUrlAllowlist
Gets the allowed addresses to retrieve data for the content dashboard.
Declaration
public string[] ContentDashboardUrlAllowlist { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String[] | The URLs. |