Table of Contents

Class AiraTextRefinementConfigurator

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Configurator that enables Aira text refinement feature for RichTextEditorComponent.

public sealed class AiraTextRefinementConfigurator : FormComponentConfigurator<RichTextEditorComponent>, IFormComponentConfigurator
Inheritance
object
AiraTextRefinementConfigurator
Implements
Inherited Members
Extension Methods

Constructors

AiraTextRefinementConfigurator()

Initializes a new instance of the AiraTextRefinementConfigurator class.

public AiraTextRefinementConfigurator()

Methods

Configure(RichTextEditorComponent, IFormFieldValueProvider, CancellationToken)

Configures the form component.

public override Task Configure(RichTextEditorComponent formComponent, IFormFieldValueProvider formFieldValueProvider, CancellationToken cancellationToken)

Parameters

formComponent RichTextEditorComponent

Form component to configure.

formFieldValueProvider IFormFieldValueProvider

Provider of previous form field values.

cancellationToken CancellationToken

The cancellation instruction.

Returns

Task

Remarks

This method can not be used to set value of form component. Use ConfigureValue(IFormFieldValueProvider, string, CancellationToken) instead.