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

    Declaration
    public ISet<ImagingAutoFillUploadField> AutoFillImageProperties { get; set; }
    Property Value
    Type Description
    ISet<ImagingAutoFillUploadField>
    View Source

    ImageFileTypes

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

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