Table of Contents

Class FeaturedFieldList

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

Featured fields listing page.

public sealed class FeaturedFieldList : ListingPage, IPage
Inheritance
object
FeaturedFieldList
Implements
Inherited Members
Extension Methods

Constructors

FeaturedFieldList(IUIPermissionEvaluator, IInfoProvider<FormFeaturedFieldInfo>)

Creates a new instance of FeaturedFieldList.

public FeaturedFieldList(IUIPermissionEvaluator permissionEvaluator, IInfoProvider<FormFeaturedFieldInfo> formFeaturedFieldInfoProvider)

Parameters

permissionEvaluator IUIPermissionEvaluator
formFeaturedFieldInfoProvider IInfoProvider<FormFeaturedFieldInfo>

Properties

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

DisableField(SwitchTableCellComponentCommandArgs)

Disables given featured field to be visible in the form builder.

public Task<ICommandResponse<ConfirmationSubmissionResult>> DisableField(SwitchTableCellComponentCommandArgs data)

Parameters

data SwitchTableCellComponentCommandArgs

DTO containing featured field ID.

Returns

Task<ICommandResponse<ConfirmationSubmissionResult>>

EnableField(SwitchTableCellComponentCommandArgs)

Enables given featured field to be visible in the form builder.

public Task<ICommandResponse<ConfirmationSubmissionResult>> EnableField(SwitchTableCellComponentCommandArgs data)

Parameters

data SwitchTableCellComponentCommandArgs

DTO containing featured field ID.

Returns

Task<ICommandResponse<ConfirmationSubmissionResult>>