Class ProductGroupSelectorOptions
- Namespace
- Dynamicweb.CoreUI.Editors.Selectors
- Assembly
- Dynamicweb.CoreUI.dll
public class ProductGroupSelectorOptions : SelectorOptions<string>
- Inheritance
-
ProductGroupSelectorOptions
- Inherited Members
-
Properties
AllowShopSelection
public bool AllowShopSelection { get; set; }
Property Value
- bool
HiddenGroupIds
public List<string>? HiddenGroupIds { get; set; }
Property Value
- List<string>
LanguageId
public string? LanguageId { get; set; }
Property Value
- string
ShowChannels
public bool ShowChannels { get; set; }
Property Value
- bool
ShowDataModels
public bool ShowDataModels { get; set; }
Property Value
- bool
ShowDataStructures
public bool ShowDataStructures { get; set; }
Property Value
- bool
ShowShops
public bool ShowShops { get; set; }
Property Value
- bool
ShowWarehouses
public bool ShowWarehouses { get; set; }
Property Value
- bool
UnselectableGroupIds
public List<string>? UnselectableGroupIds { get; set; }
Property Value
- List<string>
UnselectableProductIds
public List<string>? UnselectableProductIds { get; set; }
Property Value
- List<string>