Class RegisterRichTextEditorConfigurationAttribute
Use this attribute to register RichTextEditorComponent configuration to the system.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class RegisterRichTextEditorConfigurationAttribute : Attribute
- Inheritance
-
objectAttributeRegisterRichTextEditorConfigurationAttribute
- Extension Methods
Constructors
RegisterRichTextEditorConfigurationAttribute(string, Type, string)
Initializes a new instance of the RegisterRichTextEditorConfigurationAttribute class.
public RegisterRichTextEditorConfigurationAttribute(string identifier, Type configurationType, string displayName)
Parameters
identifierstringUnique identifier of the configuration.
configurationTypeTypeType implementing the configuration.
displayNamestringDisplay 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