SaaS CMS has officially launched! Learn more now.

Interface IVariantContainer

Defines the properties of an item supporting Variance.

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 11.8.3
Syntax
public interface IVariantContainer

Properties

VariantsReference

Gets or sets the variants content reference

Declaration
ContentReference VariantsReference { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

Extension Methods