  | EditorManagerCreateValidator Method (Type, IDictionaryString, Object) | 
  
    Namespace: 
   Dynamicweb.Content.Items.Editors
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic Validator CreateValidator(
	Type validatorType,
	IDictionary<string, Object> parameters
)
Public Function CreateValidator ( 
	validatorType As Type,
	parameters As IDictionary(Of String, Object)
) As Validator
Parameters
- validatorType
 - Type: SystemType
 - parameters
 - Type: System.Collections.GenericIDictionaryString, Object
 
Return Value
Type: 
Validator
See Also