Click or drag to resize

ProviderContext Constructor

Initializes a new instance of the ProviderContext class

Namespace:  Dynamicweb.ItemCreator.Providers
Assembly:  Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax
public ProviderContext(
	Item item,
	ItemType itemType,
	Page targetPage,
	Object newObject
)

Parameters

item
Type: Dynamicweb.Content.ItemsItem
itemType
Type: Dynamicweb.Content.Items.MetadataItemType
targetPage
Type: Dynamicweb.ContentPage
newObject
Type: SystemObject
See Also