Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

SystemWarningLevel.cs

namespace Nop.Web.Areas.Admin.Models.Common;

/// 
/// Represents a level of warning
/// 
public enum SystemWarningLevel
{
    Pass,
    Recommendation,
    Warning,
    Fail
}