Interface IAssetContainer
Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.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. |
LargeThumbnail
Large thumbnail url, which suppose to get from first image-based Commerce media in CommerceMediaCollection
Declaration
[Obsolete("This property is no longer used. Will remain at least until November 2016.")]
string LargeThumbnail { get; set; }
Property Value
Type | Description |
---|---|
System.String |