Dynamicweb.Extensibility Namespace : NotificationContext.State Enumeration |
'Declaration
Public Enum NotificationContext.State Inherits System.Enum
public enum NotificationContext.State : System.Enum
Member | Description |
---|---|
Notify | Default behaviour. Makes all notifications being raised as expected. Calls all the observers (notification subscribers) raised by the objects within the using statement. |
SupresNotifications | Supresses all notifications and makes sure that no observers (notification subscribers) are called within the using statement. |
System.Object
System.ValueType
System.Enum
Dynamicweb.Extensibility.NotificationContext.State
Target Platforms: 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