View Source
Class RichTextEditorSettings.RichTextEditorCommand
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class RichTextEditorCommand
Properties
View Source
Alias
Declaration
[Required]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Mode
Declaration
[Required]
public RichTextEditorCommandMode Mode { get; set; }
Property Value
View Source
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|