Class FileExplorer
FileExplorer provides a Windows Explorer-like functionality for any web application.
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class FileExplorer : Control, IHtmlString
Constructors
FileExplorer()
Initializes a new instance of the FileExplorer class.
Declaration
public FileExplorer()
FileExplorer(String, FileExplorerProperties)
Initializes a new instance of the FileExplorer class by the specified id and the FileExplorer properties.
Declaration
public FileExplorer(string id, FileExplorerProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
FileExplorerProperties | propModel |
Properties
FileExplorerModel
Gets or sets the button model object of the FileExplorer properties.
Declaration
public FileExplorerProperties FileExplorerModel { get; set; }
Property Value
Type | Description |
---|---|
FileExplorerProperties |
Model
Instance of the control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the plugin name of the button element as 'ejFileExplorer'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Gets the tag name of the button element as 'div'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
creates the container for the rendering thecontrol
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
CreateUnObtrusiveContainer(String)
Represents an HTML-encoded string of the FileExplorer control with directives.
Declaration
public override HtmlString CreateUnObtrusiveContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
GetDependentControl()
Gets the dependent control
Declaration
protected override List<string> GetDependentControl()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
RenderControl(String)
Represents an HTML element of the FileExplorer control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
Implements
System.Web.IHtmlString