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
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<int> ProductOptionsInDisabledVariants { get; set; }

Property Value

Type: IEnumerableInt32
See Also