Click or drag to resize

ConfigurationNotificationConfigurationNotificationArgs Class

Provides information about Configuration operations.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.ConfigurationConfigurationNotificationConfigurationNotificationArgs

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public class ConfigurationNotificationArgs : NotificationArgs

The ConfigurationNotificationConfigurationNotificationArgs type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationNotificationConfigurationNotificationArgs(String, String)
Initializes a new instance of an object.
Public methodConfigurationNotificationConfigurationNotificationArgs(String, String, String)
Initializes a new instance of the ConfigurationNotificationConfigurationNotificationArgs class
Top
Properties
  NameDescription
Public propertyKey
Gets the key belonging to the configuration operation.
Public propertyNewValue
Gets the value belonging to the configuration operation.
Public propertyOldValue
Top
See Also