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

Interface IAssetContainer

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public interface IAssetContainer

Properties

CommerceMediaCollection

Gets or sets the commerce media collection.

Declaration
ItemCollection<CommerceMedia> CommerceMediaCollection { get; set; }
Property Value
Type Description
ItemCollection<CommerceMedia>

The commerce media collection.