Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentImagingSettings

    Typed configuration options for content imaging settings.

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

    Properties

    View Source

    AutoFillImageProperties

    Gets or sets a value for the imaging autofill following media file upload fields.

    Declaration
    public ImagingAutoFillUploadField[] AutoFillImageProperties { get; set; }
    Property Value
    Type Description
    ImagingAutoFillUploadField[]
    View Source

    ImageFileTypes

    Gets or sets a value for the collection of accepted image file extensions.

    Declaration
    public string[] ImageFileTypes { get; set; }
    Property Value
    Type Description
    System.String[]
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AutoFillImageProperties
      • ImageFileTypes
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX