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
Declaration
public ISet<ImagingAutoFillUploadField> AutoFillImageProperties { get; set; }
Property Value
Type | Description |
---|---|
ISet<ImagingAutoFillUploadField> |
ImageFileTypes
Gets or sets a value for the collection of accepted image file extensions.
Declaration
public ISet<string> ImageFileTypes { get; set; }
Property Value
Type | Description |
---|---|
ISet<System.String> |