Try our conversational search powered by Generative AI!

Interface IAssetContainer

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.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.