Click or drag to resize

ValidatorCollection Constructor (IEnumerableValidator)

Initializes a new instance of the ValidatorCollection class

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public ValidatorCollection(
	IEnumerable<Validator> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableValidator
See Also