namespace Umbraco.Web.Models.ContentEditing { public enum NotificationStyle { /// /// Save icon /// Save = 0, /// /// Info icon /// Info = 1, /// /// Error icon /// Error = 2, /// /// Success icon /// Success = 3, /// /// Warning icon /// Warning = 4 } }