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 PropertyCommerceMediaCollection

Property for storing inventory information.

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

Constructors

PropertyCommerceMediaCollection()

Declaration
public PropertyCommerceMediaCollection()

Properties

PropertyValueType

Declaration
public override Type PropertyValueType { get; }
Property Value
Type Description
System.Type
Overrides
EPiServer.Commerce.SpecializedProperties.PropertyCollectionBase<EPiServer.Commerce.SpecializedProperties.CommerceMedia>.PropertyValueType

Methods

CreatePropertyControl()

Declaration
[Obsolete("Use IPropertyControlFactory to create property controls. Will remain at least until July 2018.")]
public virtual IPropertyControl CreatePropertyControl()
Returns
Type Description
EPiServer.Core.IPropertyControl

Implements

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