Dynamicweb 8 Documentation
SelectEditorType(Type) Method

Data type.
Selects the best matching editor type for a given data type.
Syntax
'Declaration
 
Public Overloads Function SelectEditorType( _ 
   ByVal dataType As Type _ 
) As Type
public Type SelectEditorType( 
   Type dataType 
)

Parameters

dataType
Data type.

Return Value

Editor type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditorManager Class
EditorManager Members
Overload List

Send Feedback