Table of Contents

Class RegisterRichTextEditorConfigurationAttribute

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

Use this attribute to register RichTextEditorComponent configuration to the system.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class RegisterRichTextEditorConfigurationAttribute : Attribute
Inheritance
object
Attribute
RegisterRichTextEditorConfigurationAttribute
Extension Methods

Constructors

RegisterRichTextEditorConfigurationAttribute(string, Type, string)

Initializes a new instance of the RegisterRichTextEditorConfigurationAttribute class.

public RegisterRichTextEditorConfigurationAttribute(string identifier, Type configurationType, string displayName)

Parameters

identifier string

Unique identifier of the configuration.

configurationType Type

Type implementing the configuration.

displayName string

Display name of the configuration.

Properties

ConfigurationType

Type implementing the configuration.

public Type ConfigurationType { get; }

Property Value

Type

DisplayName

Name of the configuration.

public string DisplayName { get; }

Property Value

string

Identifier

Unique identifier of the configuration.

public string Identifier { get; }

Property Value

string