Class ProductSelectorProviderOptions
- Namespace
- Dynamicweb.CoreUI.Editors.Selectors
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class ProductSelectorProviderOptions
- Inheritance
-
ProductSelectorProviderOptions
- Inherited Members
-
Properties
IncludeMasterProducts
public bool IncludeMasterProducts { get; set; }
Property Value
- bool
IncludeVariantProducts
public bool IncludeVariantProducts { get; set; }
Property Value
- bool
ShowChannels
public bool ShowChannels { get; set; }
Property Value
- bool
ShowWarehouses
public bool ShowWarehouses { get; set; }
Property Value
- bool
UnselectableProductIds
public List<string>? UnselectableProductIds { get; set; }
Property Value
- List<string>