Click or drag to resize

ValidationErrorArgs Constructor

Initializes a new instance of the ValidationErrorArgs class

Namespace:  Dynamicweb.ItemCreator.Notification
Assembly:  Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax
public ValidationErrorArgs(
	Item item,
	Page targetPage,
	List<Tuple<string, string, string>> errors
)

Parameters

item
Type: Dynamicweb.Content.ItemsItem
targetPage
Type: Dynamicweb.ContentPage
errors
Type: System.Collections.GenericListTupleString, String, String
See Also