View Source
Class RichTextEditorCommand
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "richtexteditorcommand", Namespace = "")]
public class RichTextEditorCommand
Properties
View Source
Alias
Declaration
[DataMember(Name = "alias")]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Mode
Declaration
[DataMember(Name = "mode")]
public RichTextEditorCommandMode Mode { get; set; }
Property Value
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|