London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PresetElementCollection

Represents a collection of resizing/cropping size presets for the EPiServer Image Editor

Inheritance
System.Object
PresetElementCollection
Namespace: EPiServer.Configuration.ImageEditor
Assembly: EPiServer.Configuration.dll
Version: 10.10.4
Syntax
public class PresetElementCollection : GenericConfigurationElementCollection<PresetElement>

Constructors

PresetElementCollection()

Declaration
public PresetElementCollection()

Properties

ElementName

Gets the name used to identify this collection of elements in the configuration file.

Declaration
protected override string ElementName { get; }
Property Value
Type Description
System.String

The name of the collection.

Extension Methods