Class Items
- 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 Items
- Inheritance
-
Items
- 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
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"