Class ContentImagingSettings
Typed configuration options for content imaging settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class ContentImagingSettings
Properties
View SourceAutoFillImageProperties
Gets or sets a value for the imaging autofill following media file upload fields.
Declaration
public ImagingAutoFillUploadField[] AutoFillImageProperties { get; set; }
Property Value
Type | Description |
---|---|
ImagingAutoFillUploadField[] |
ImageFileTypes
Gets or sets a value for the collection of accepted image file extensions.
Declaration
public string[] ImageFileTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |