Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextEditorSettings.RichTextEditorCommand

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    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
    Type Description
    RichTextEditorCommandMode
    View Source

    Name

    Declaration
    [Required]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Mode
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX