Class ShippingPromotionsList
- Namespace
- Kentico.Xperience.Admin.DigitalCommerce.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
Shipping promotions listing page.
public sealed class ShippingPromotionsList : PromotionsListBase<ShippingPromotionEditSection>, IPage
- Inheritance
-
objectShippingPromotionsList
- Implements
- Inherited Members
- Extension Methods
Constructors
ShippingPromotionsList(IInfoProvider<PromotionInfo>)
Constructor for ShippingPromotionsList.
public ShippingPromotionsList(IInfoProvider<PromotionInfo> promotionInfoProvider)
Parameters
promotionInfoProviderIInfoProvider<PromotionInfo>
Properties
DisplayNameColumnCaption
Caption of the promotion display name column.
protected override string DisplayNameColumnCaption { get; }
Property Value
- string
PromotionType
Promotion type.
protected override PromotionType PromotionType { get; }
Property Value
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
GetDeleteConfirmationParameters()
Gets the confirmation dialog parameters of the delete action.
protected override ConfirmationWithContentParameters GetDeleteConfirmationParameters()