Click or drag to resize

EditorManagerCreateValidatorT Method (IDictionaryString, Object)

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

Parameters

parameters
Type: System.Collections.GenericIDictionaryString, Object

Type Parameters

T

Return Value

Type: T
See Also