Search Results for

    Show / Hide Table of Contents
    View Source

    Class NotifySetting

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "notifySetting", Namespace = "")]
    public class NotifySetting

    Properties

    View Source

    Checked

    Declaration
    [DataMember(Name = "checked")]
    public bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NotifyCode

    The letter from the IAction

    Declaration
    [DataMember(Name = "notifyCode")]
    public string NotifyCode { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Checked
      • Name
      • NotifyCode
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX