Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImagingAutoFillUploadField

    Typed configuration options for image autofill upload settings.

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

    Properties

    View Source

    Alias

    Gets or sets a value for the alias of the image upload property.

    Declaration
    [Required]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ExtensionFieldAlias

    Gets or sets a value for the extension field alias of the image upload property.

    Declaration
    [Required]
    public string ExtensionFieldAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    HeightFieldAlias

    Gets or sets a value for the height field alias of the image upload property.

    Declaration
    [Required]
    public string HeightFieldAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    LengthFieldAlias

    Gets or sets a value for the length field alias of the image upload property.

    Declaration
    [Required]
    public string LengthFieldAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    WidthFieldAlias

    Gets or sets a value for the width field alias of the image upload property.

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