Class Items.ItemUpdateArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Provides information about the update process of an item.
public class Items.ItemUpdateArgs : Items.CancelableItemArgs
- Inheritance
-
Items.ItemUpdateArgs
- Derived
- Inherited Members
Constructors
ItemUpdateArgs()
Initializes a new instance of an object.
public ItemUpdateArgs()
ItemUpdateArgs(ItemEntry)
Initializes a new instance of an object.
public ItemUpdateArgs(ItemEntry item)
Parameters
item
ItemEntryItem instance.
Properties
IsNew
Gets or sets value indicating whether this is a new item record.
public bool IsNew { get; set; }