Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentImagingSettings

    Typed configuration options for content imaging settings.

    Inheritance
    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<string>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX