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 PropertyDictionaryMultiple

A property type that is used as backing type when you want a meta field that is a multiple selection dictionary.

Inheritance
System.Object
PropertyCollectionBase<System.String>
PropertyDictionaryMultiple
Implements
System.Collections.Generic.IEnumerable<System.String>
System.Collections.IEnumerable
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class PropertyDictionaryMultiple : PropertyCollectionBase<string>, IEnumerable<string>, IEnumerable

Constructors

PropertyDictionaryMultiple()

Declaration
public PropertyDictionaryMultiple()

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable