Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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: 14.26.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

Implements

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