Click or drag to resize

EditorManagerCreateValidator Method (Type, IDictionaryString, Object)

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public Validator CreateValidator(
	Type validatorType,
	IDictionary<string, Object> parameters
)

Parameters

validatorType
Type: SystemType
parameters
Type: System.Collections.GenericIDictionaryString, Object

Return Value

Type: Validator
See Also