Table of Contents

Class ItemNotification.CancelableItemArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll

Provides information about the item with the ability to cancel the further execution.

public class ItemNotification.CancelableItemArgs : Items.CancelableItemArgs
Inheritance
ItemNotification.CancelableItemArgs
Inherited Members

Constructors

CancelableItemArgs()

Initializes a new instance of an object.

public CancelableItemArgs()

CancelableItemArgs(ItemEntry)

Initializes a new instance of an object.

[SetsRequiredMembers]
public CancelableItemArgs(ItemEntry item)

Parameters

item ItemEntry

Item instance.

Methods

ToItem(ItemEntry?)

Returns an instance of an Item object that corresponds to the given ItemEntry object.

public static Item? ToItem(ItemEntry? i)

Parameters

i ItemEntry

ItemEntry object to convert.

Returns

Item

An instance of an Item object.

To top