Click or drag to resize
ProductOptionSelectorProductOptionsInDisabledVariants Property
Allows to set IDs of product options which will be ignored during getting options for selector. Primary used for ignoring options of disabled variants. If its NULL - no action will be done.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<int> ProductOptionsInDisabledVariants { get; set; }

Property Value

Type: IEnumerableInt32
See Also