Table of Contents

Class ItemNotification

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll
Provides notifications names as well as notification argument types related to management of items. This class cannot be inherited.
public sealed class ItemNotification
Inheritance
ItemNotification
Inherited Members

Fields

Deleted

Occurs after the item was deleted.
public const string Deleted = "DWN_ITEMS_DELETED"

Field Value

string

Deleting

Occurs when the item is being deleted.
public const string Deleting = "DWN_ITEMS_DELETING"

Field Value

string

ItemTypeSourceLocationChanged

Occurs when the item type source location is changed.
public const string ItemTypeSourceLocationChanged = "DWN_ITEMS_ITEMTYPE_SOURCE_CHANGED"

Field Value

string

Saved

Occurs after the item was saved.
public const string Saved = "DWN_ITEMS_SAVED"

Field Value

string

Saving

Occurs when the item is being saved.
public const string Saving = "DWN_ITEMS_SAVING"

Field Value

string

UserEditorRendering

Occurs when the item of type UserEditor is rendered.
public const string UserEditorRendering = "DWN_ITEMS_USEREDITOR_RENDERING"

Field Value

string
To top