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 SourceAlias
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.
ExtensionFieldAlias
Gets the alias of the property to store the file extension.
Declaration
string ExtensionFieldAlias { get; }
Property Value
| Type | Description |
|---|---|
| string |
HeightFieldAlias
Gets the alias of the property to store the image height.
Declaration
string HeightFieldAlias { get; }
Property Value
| Type | Description |
|---|---|
| string |
LengthFieldAlias
Gets the alias of the property to store the file size in bytes.
Declaration
string LengthFieldAlias { get; }
Property Value
| Type | Description |
|---|---|
| string |
WidthFieldAlias
Gets the alias of the property to store the image width.
Declaration
string WidthFieldAlias { get; }
Property Value
| Type | Description |
|---|---|
| string |