Table of Contents

Class CatalogPromotionsList

Namespace
Kentico.Xperience.Admin.DigitalCommerce.UIPages
Assembly
Kentico.Xperience.Admin.DigitalCommerce.dll

Catalog promotions listing page.

[UIPermission("View", null)]
public sealed class CatalogPromotionsList : PromotionsListBase<CatalogPromotionEditSection>, IPage
Inheritance
object
CatalogPromotionsList
Implements
Inherited Members
Extension Methods

Constructors

CatalogPromotionsList(IInfoProvider<PromotionInfo>)

Constructor for CatalogPromotionsList.

public CatalogPromotionsList(IInfoProvider<PromotionInfo> promotionInfoProvider)

Parameters

promotionInfoProvider IInfoProvider<PromotionInfo>

Properties

PromotionType

Promotion type.

protected override PromotionType PromotionType { get; }

Property Value

PromotionType

Methods

ConfigurePage()

Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.

public override Task ConfigurePage()

Returns

Task