Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentSection

    Namespace: Umbraco.Core.Configuration.UmbracoSettings
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IContentSection : IUmbracoConfigurationSection

    Properties

    View Source

    AllowedUploadFiles

    Declaration
    IEnumerable<string> AllowedUploadFiles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>
    View Source

    ContentVersionCleanupPolicyGlobalSettings

    Declaration
    IContentVersionCleanupPolicyGlobalSettings ContentVersionCleanupPolicyGlobalSettings { get; }
    Property Value
    Type Description
    IContentVersionCleanupPolicyGlobalSettings
    View Source

    DisableHtmlEmail

    Declaration
    bool DisableHtmlEmail { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    DisallowedUploadFiles

    Declaration
    IEnumerable<string> DisallowedUploadFiles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>
    View Source

    Error404Collection

    Declaration
    IEnumerable<IContentErrorPage> Error404Collection { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IContentErrorPage>
    View Source

    HideBackOfficeLogo

    Declaration
    bool HideBackOfficeLogo { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ImageAutoFillProperties

    Declaration
    IEnumerable<IImagingAutoFillUploadField> ImageAutoFillProperties { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IImagingAutoFillUploadField>
    View Source

    ImageFileTypes

    Declaration
    IEnumerable<string> ImageFileTypes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>
    View Source

    LoginBackgroundImage

    Declaration
    string LoginBackgroundImage { get; }
    Property Value
    Type Description
    System.String
    View Source

    LoginLogoImage

    Declaration
    string LoginLogoImage { get; }
    Property Value
    Type Description
    System.String
    View Source

    MacroErrorBehaviour

    Declaration
    MacroErrorBehaviour MacroErrorBehaviour { get; }
    Property Value
    Type Description
    MacroErrorBehaviour
    View Source

    NotificationEmailAddress

    Declaration
    string NotificationEmailAddress { get; }
    Property Value
    Type Description
    System.String
    View Source

    PreviewBadge

    Declaration
    string PreviewBadge { get; }
    Property Value
    Type Description
    System.String
    View Source

    ResolveUrlsFromTextString

    Declaration
    bool ResolveUrlsFromTextString { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ShowDeprecatedPropertyEditors

    Gets a value indicating whether to show deprecated property editors in a datatype list of available editors.

    Declaration
    bool ShowDeprecatedPropertyEditors { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowedUploadFiles
      • ContentVersionCleanupPolicyGlobalSettings
      • DisableHtmlEmail
      • DisallowedUploadFiles
      • Error404Collection
      • HideBackOfficeLogo
      • ImageAutoFillProperties
      • ImageFileTypes
      • LoginBackgroundImage
      • LoginLogoImage
      • MacroErrorBehaviour
      • NotificationEmailAddress
      • PreviewBadge
      • ResolveUrlsFromTextString
      • ShowDeprecatedPropertyEditors
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX