Table of Contents

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

string

Deleting

Occurs when the item is being deleted.

public const string Deleting = "DWN_ITEMS_DELETING"

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
To top