Class PropertyDictionaryMultiple
A property type that is used as backing type when you want a meta field that is a multiple selection dictionary.
Implements
System.Collections.Generic.IEnumerable<System.String>
System.Collections.IEnumerable
Inherited Members
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class PropertyDictionaryMultiple : PropertyCollectionBase<string>, IEnumerable<string>, IEnumerable
Constructors
PropertyDictionaryMultiple()
Declaration
public PropertyDictionaryMultiple()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable