Click or drag to resize

BeforeCreateArgs Constructor

Initializes a new instance of the BeforeCreateArgs class

Namespace:  Dynamicweb.ItemCreator.Notification
Assembly:  Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax
public BeforeCreateArgs(
	Item item,
	Page targetPage
)

Parameters

item
Type: Dynamicweb.Content.ItemsItem
targetPage
Type: Dynamicweb.ContentPage
See Also