Class StageDroppedOffContactsListBase
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Shared base class for stage dropped-off contacts listing pages.
public abstract class StageDroppedOffContactsListBase : StageContactsListBase, IPage
- Inheritance
-
objectStageDroppedOffContactsListBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
StageDroppedOffContactsListBase(IPageLinkGenerator, IOptions<CustomerDataPlatformOptions>)
Initializes an instance of the StageDroppedOffContactsListBase class.
protected StageDroppedOffContactsListBase(IPageLinkGenerator pageLinkGenerator, IOptions<CustomerDataPlatformOptions> customerDataPlatformOptions)
Parameters
pageLinkGeneratorIPageLinkGeneratorcustomerDataPlatformOptionsIOptions<CustomerDataPlatformOptions>
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
IsStageListingInvalid()
Determines whether the stage listing data is invalid.
protected override Task<bool> IsStageListingInvalid()
Returns
- Task<bool>