Dynamicweb 8 Documentation
NotificationContext.State Enumeration

Syntax
'Declaration
 
Public Enum NotificationContext.State 
   Inherits System.Enum
public enum NotificationContext.State : System.Enum 
Members
MemberDescription
NotifyDefault behaviour. Makes all notifications being raised as expected. Calls all the observers (notification subscribers) raised by the objects within the using statement.
SupresNotificationsSupresses all notifications and makes sure that no observers (notification subscribers) are called within the using statement.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dynamicweb.Extensibility.NotificationContext.State

Requirements

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

See Also

Reference

Dynamicweb.Extensibility Namespace

Send Feedback