Represents a web page used by UltimateEditor.explorer.aspx file.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public class Explorer : Page
Visual Basic
Public Class Explorer _
	Inherits Page
Visual C++
public ref class Explorer : public Page

Remarks

UltimateEditor.explorer.aspx file is opened by insert file editor toolbar buttons.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..Page
        Karamasoft.WebControls.UltimateEditor..::..Explorer

See Also