Class ImagingSettings
Typed configuration options for imaging settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class ImagingSettings
Properties
View SourceCache
Gets or sets a value for imaging cache settings.
Declaration
public ImagingCacheSettings Cache { get; set; }
Property Value
Type | Description |
---|---|
ImagingCacheSettings |
Resize
Gets or sets a value for imaging resize settings.
Declaration
public ImagingResizeSettings Resize { get; set; }
Property Value
Type | Description |
---|---|
ImagingResizeSettings |