A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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