Interface IContentDashboardSettings
Namespace: Umbraco.Core.Dashboards
Assembly: Umbraco.Core.dll
Syntax
public interface IContentDashboardSettings
Properties
View SourceAllowContentDashboardAccessToAllUsers
Gets a value indicating whether the content dashboard should be available to all users.
Declaration
bool AllowContentDashboardAccessToAllUsers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ContentDashboardPath
Gets the path to use when constructing the URL for retrieving data for the content dashboard.
Declaration
string ContentDashboardPath { get; }
Property Value
Type | Description |
---|---|
System.String | The URL path. |
ContentDashboardUrlAllowlist
Gets the allowed addresses to retrieve data for the content dashboard.
Declaration
string ContentDashboardUrlAllowlist { get; }
Property Value
Type | Description |
---|---|
System.String | The URLs. |