Table of Contents

Class ContactGroupOverview

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

Contact group overview page.

public sealed class ContactGroupOverview : OverviewPage<ContactGroupInfo>, IPage
Inheritance
object
ContactGroupOverview
Implements
Inherited Members
Extension Methods

Constructors

ContactGroupOverview(IPageLinkGenerator, IConditionParameterCommandProcessor, IUIPermissionEvaluator, IInfoProvider<ContactGroupMemberInfo>)

Initializes an instance of the ContactGroupOverview class.

public ContactGroupOverview(IPageLinkGenerator pageLinkGenerator, IConditionParameterCommandProcessor commandProcessor, IUIPermissionEvaluator permissionEvaluator, IInfoProvider<ContactGroupMemberInfo> contactGroupMemberInfoProvider)

Parameters

pageLinkGenerator IPageLinkGenerator
commandProcessor IConditionParameterCommandProcessor
permissionEvaluator IUIPermissionEvaluator
contactGroupMemberInfoProvider IInfoProvider<ContactGroupMemberInfo>

Properties

ObjectId

ID of a contact group.

[PageParameter(typeof(IntPageModelBinder))]
public override int ObjectId { get; set; }

Property Value

int

Methods

ComponentCommand(FormComponentCommandModel, CancellationToken)

Handles the form component command invocation.

public Task<object> ComponentCommand(FormComponentCommandModel commandModel, CancellationToken cancellationToken)

Parameters

commandModel FormComponentCommandModel

Form component command arguments.

cancellationToken CancellationToken

The cancellation instruction.

Returns

Task<object>

Returns the form component command result.

ConfigurePage()

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

public override Task ConfigurePage()

Returns

Task

Rebuild()

Handles the rebuild button click command.

public Task<ICommandResponse<CalloutButtonStatusCommandResponse>> Rebuild()

Returns

Task<ICommandResponse<CalloutButtonStatusCommandResponse>>

Returns the rebuild action response.

RebuildStatus()

Handles the rebuild button status command.

public Task<ICommandResponse<CalloutButtonStatusCommandResponse>> RebuildStatus()

Returns

Task<ICommandResponse<CalloutButtonStatusCommandResponse>>

Returns the rebuild status.

ValidatePage()

Validates the page state prior invocation of the ConfigurePage() method.

public override Task<PageValidationResult> ValidatePage()

Returns

Task<PageValidationResult>