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
Deleting
Occurs when the item is being deleted.
public const string Deleting = "DWN_ITEMS_DELETING"
Field Value
ItemTypeSourceLocationChanged
Occurs when the item type source location is changed.
public const string ItemTypeSourceLocationChanged = "DWN_ITEMS_ITEMTYPE_SOURCE_CHANGED"
Field Value
Saved
Occurs after the item was saved.
public const string Saved = "DWN_ITEMS_SAVED"
Field Value
Saving
Occurs when the item is being saved.
public const string Saving = "DWN_ITEMS_SAVING"
Field Value
UserEditorRendering
Occurs when the item of type UserEditor is rendered.
public const string UserEditorRendering = "DWN_ITEMS_USEREDITOR_RENDERING"