View Source
Class NotifySetting
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class NotifySetting : object
Properties
View Source
Checked
Declaration
public bool Checked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NotifyCode
The letter from the IAction
Declaration
public string NotifyCode { get; set; }
Property Value
Type |
Description |
System.String |
|