Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDashboardSettings

    Typed configuration options for content dashboard settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentDashboardSettings

    Properties

    View Source

    AllowContentDashboardAccessToAllUsers

    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

    true if the dashboard is visible for all user groups; otherwise, false and the default access rules for that dashboard will be in use.

    View Source

    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.

    View Source

    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.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowContentDashboardAccessToAllUsers
      • ContentDashboardPath
      • ContentDashboardUrlAllowlist
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX