Version

NotifierState Enumeration

Used to provide currecnt state and notify level restriction.
Syntax
'Declaration
 
Public Enum NotifierState 
   Inherits System.Enum
public enum NotifierState : System.Enum 
Members
MemberDescription
ErrorMessages and target CSS have error styles applied for state. Show only error messages when used for notify level.
InfoMessages have info applied for state. Target is unaffected. Show everything from info level messages up when used for notify level.
SuccessMessages and target CSS have success styles applied for state. Show all types of messages when used for notify level.
WarningMessages and target CSS have warning styles applied for state. Show everything from warning level messages up when used for notify level.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub