GetEditor gets the appropriate Editor based on ID properties

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetEditor(
	int editorType
)
Visual Basic
Public Shared Function GetEditor ( 
	editorType As Integer
) As String

Parameters

editorType
Type: System..::..Int32
The Id of the Editor

Return Value

returnsM:DotNetNuke.UI.WebControls.EditorInfo.GetEditor(System.Int32)

See Also