Class ImagingAutoFillUploadField
Typed configuration options for image autofill upload settings.
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class ImagingAutoFillUploadField : ValidatableEntryBaseProperties
View SourceAlias
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 | 
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 | 
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 | 
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 | 
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 |