Table of Contents

Class ItemNotification.ItemUpdateArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll

Provides information about the update process of an item.

public class ItemNotification.ItemUpdateArgs : Items.ItemUpdateArgs
Inheritance
ItemNotification.ItemUpdateArgs
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.

To top