  | ValidationErrorArgs Constructor  | 
  
    Namespace: 
   Dynamicweb.ItemCreator.Notification
    Assembly:
   Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntaxpublic ValidationErrorArgs(
	Item item,
	Page targetPage,
	List<Tuple<string, string, string>> errors
)
Public Sub New ( 
	item As Item,
	targetPage As Page,
	errors As List(Of Tuple(Of String, String, String))
)
Parameters
- item
 - Type: Dynamicweb.Content.ItemsItem
 - targetPage
 - Type: Dynamicweb.ContentPage
 - errors
 - Type: System.Collections.GenericListTupleString, String, String
 
See Also