Table of Contents

Class RegisterFormComponentConfiguratorAttribute

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

Use this attribute to register UI form component configurator to the system.

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

Constructors

RegisterFormComponentConfiguratorAttribute(string, Type)

Initializes a new instance of the RegisterFormComponentConfiguratorAttribute class.

public RegisterFormComponentConfiguratorAttribute(string identifier, Type configuratorType)

Parameters

identifier string
configuratorType Type

Properties

ConfiguratorType

Configurator type.

public Type ConfiguratorType { get; }

Property Value

Type

Identifier

Configurator identifier.

public string Identifier { get; }

Property Value

string