Interface IAssetContainer
Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
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. |