Table of Contents

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 ItemEntry

Item instance.

Properties

IsNew

Gets or sets value indicating whether this is a new item record.

public bool IsNew { get; set; }

Property Value

bool
To top