View Source
Class NotifySetting
Inheritance
System.Object
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 |
|