Click or drag to resize

ValidatorMetadataCollection Constructor (IEnumerableValidatorMetadata)

Initializes a new instance of the ValidatorMetadataCollection class

Namespace:  Dynamicweb.Content.Items.Metadata
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public ValidatorMetadataCollection(
	IEnumerable<ValidatorMetadata> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableValidatorMetadata
See Also