Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IImagingAutoFillUploadField

    Defines the configuration for auto-filling image properties on media upload.

    Namespace: Umbraco.Cms.Core.Configuration.UmbracoSettings
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IImagingAutoFillUploadField

    Properties

    View Source

    Alias

    Gets the property alias that triggers the auto-fill behavior.

    Declaration
    string Alias { get; }
    Property Value
    Type Description
    string
    Remarks

    Allow setting internally so we can create a default.

    View Source

    ExtensionFieldAlias

    Gets the alias of the property to store the file extension.

    Declaration
    string ExtensionFieldAlias { get; }
    Property Value
    Type Description
    string
    View Source

    HeightFieldAlias

    Gets the alias of the property to store the image height.

    Declaration
    string HeightFieldAlias { get; }
    Property Value
    Type Description
    string
    View Source

    LengthFieldAlias

    Gets the alias of the property to store the file size in bytes.

    Declaration
    string LengthFieldAlias { get; }
    Property Value
    Type Description
    string
    View Source

    WidthFieldAlias

    Gets the alias of the property to store the image width.

    Declaration
    string WidthFieldAlias { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX