Class RecipientListSubscriberList
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Recipient list subscribers listing page.
public sealed class RecipientListSubscriberList : ListingPage, IPage
- Inheritance
-
objectRecipientListSubscriberList
- Implements
- Inherited Members
- Extension Methods
Constructors
RecipientListSubscriberList(IPageLinkGenerator, IInfoProvider<ContactGroupInfo>, IContactStatusTagComponentProvider, IInfoProvider<ContactInfo>, IEmailSubscriptionConfirmationService, IInfoProvider<ContactGroupMemberInfo>)
Initializes an instance of the RecipientListSubscriberList class.
public RecipientListSubscriberList(IPageLinkGenerator pageLinkGenerator, IInfoProvider<ContactGroupInfo> contactGroupInfoProvider, IContactStatusTagComponentProvider contactStatusTagComponentProvider, IInfoProvider<ContactInfo> contactInfoProvider, IEmailSubscriptionConfirmationService emailSubscriptionConfirmationService, IInfoProvider<ContactGroupMemberInfo> contactGroupMemberInfoProvider)
Parameters
pageLinkGenerator
IPageLinkGeneratorcontactGroupInfoProvider
IInfoProvider<ContactGroupInfo>contactStatusTagComponentProvider
IContactStatusTagComponentProvidercontactInfoProvider
IInfoProvider<ContactInfo>emailSubscriptionConfirmationService
IEmailSubscriptionConfirmationServicecontactGroupMemberInfoProvider
IInfoProvider<ContactGroupMemberInfo>
Properties
ObjectId
ID of the contact group.
[PageParameter(typeof(IntPageModelBinder))]
public int ObjectId { get; set; }
Property Value
- int
ObjectType
Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.
protected override string ObjectType { get; }
Property Value
- string
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
RedirectToContactDetail(int)
Redirects to the contact detail.
public Task<ICommandResponse> RedirectToContactDetail(int id)
Parameters
id
intID of contact (subscriber) in recipient list - contact relation.
Returns
- Task<ICommandResponse>
ValidatePage()
Validates the page state prior invocation of the ConfigurePage() method.
public override Task<PageValidationResult> ValidatePage()
Returns
- Task<PageValidationResult>