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 IVariantContainer

Defines the properties of an item supporting Variance.

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