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
IncludeVariantProducts
public bool IncludeVariantProducts { get; set; }
Property Value
ShowChannels
public bool ShowChannels { get; set; }
Property Value
ShowDataModels
public bool ShowDataModels { get; set; }
Property Value
ShowDataSets
Only works if ShowDataModels is true
public bool ShowDataSets { get; set; }
Property Value
ShowWarehouses
public bool ShowWarehouses { get; set; }
Property Value
UnselectableProductIds
public List<string>? UnselectableProductIds { get; set; }