ClassRadFileExplorer
Represents the RadFileExplorer for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadFileExplorer : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadFileExplorer
Inherited Members
Constructors
RadFileExplorer()
Initializes a new instance of the RadFileExplorer class.
Declaration
public RadFileExplorer()
RadFileExplorer(Element)
Initializes a new instance of the RadFileExplorer class.
Properties
AjaxLoadingPanelIsVisible
Gets or sets whether the FileExplorer Ajax Loading panel is visible.
Declaration
public bool AjaxLoadingPanelIsVisible { get; set; }
Property Value
ClientId
Gets the client Id of the FileExplorer control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CurrentDirectory
Gets or sets the RadFileExplorer current directory.
CurrentPermissions
Gets the File explorer current item permissions.
ExplorerMode
Gets the explorer mode of the RadFileExplorer.
Declaration
public FileExplorerExplorerMode ExplorerMode { get; }
Property Value
GetActiveWindow
Gets the object of the active window.
GetActiveWindowID
Gets the the active window ID.
Grid
Get the Grid sub control of this RadFileExplorer instance.
IsActiveWindowVisible
Gets whether an active window is visible.
ItemIsDirectory
Gets whether the currently selected item is directory or not.
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
NewFolderDefault
Gets or sets File explorer new folder default value.
OpenFileEnabled
Gets or sets whether the FileExplorer "OpenFile" feature is enabled.
PagingIsAllowed
Gets or sets whether the FileExplorer "Paging" feature is enabled.
SelectedGridItemName
Gets the File explorer currently selected item name.
SelectedGridItemSize
Gets the File explorer currently selected item size.
SelectedItemExtension
Gets the currently selected item's file extension.
ToolBar
Get the ToolBar sub control of this RadFileExplorer instance.
TreeView
Get the Tree sub control of this RadFileExplorer instance.
Visibility
Gets or sets whether the FileExplorer is visible.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ClickToolbarButton(string)
Click on FileExplorer ToolBar button defined by command
Declaration
public void ClickToolbarButton(string commandName)
Parameters
commandName
CloseActiveWindow()
Closes the the active window.
Declaration
public void CloseActiveWindow()
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
DeleteSelectedGridItem(bool)
Deletes the selected item with or without a confirmation window.
LoadFolder(string)
Loads a certain folder in File Explorer.
RightClickGridItemByNumber(int)
Right click on FileExplorer Grid item defined by number
Declaration
public void RightClickGridItemByNumber(int itemNumber)
Parameters
itemNumber
RightClickListViewItemByNumber(int)
Right click on FileExplorer Thumbnails ListView item defined by number
Declaration
public void RightClickListViewItemByNumber(int itemNumber)
Parameters
itemNumber
RightClickTreeNodeByName(string)
Right click on FileExplorer TreeView item defined by number
Declaration
public void RightClickTreeNodeByName(string treeNodeName)
Parameters
treeNodeName
SelectGridItemByNumber(int)
Selects the FileExplorer Grid item defined by number
Declaration
public void SelectGridItemByNumber(int itemNumber)
Parameters
itemNumber
SelectGridMenuItemByNumber(int)
Selects the Grid Context Menu item defined by index
Declaration
public void SelectGridMenuItemByNumber(int itemNumber)
Parameters
itemNumber
SelectListViewItemByNumber(int)
Selects FileExplorer Thumbnails ListView item defined by number
Declaration
public void SelectListViewItemByNumber(int itemNumber)
Parameters
itemNumber
SelectListViewMenuItemByNumber(int)
Selects the ListView Context Menu item defined by index
Declaration
public void SelectListViewMenuItemByNumber(int itemNumber)
Parameters
itemNumber
SelectTreeNodeByName(string)
Selects the FileExplorer TreeView item defined by number
Declaration
public void SelectTreeNodeByName(string treeNodeName)
Parameters
treeNodeName
SelectTreeViewMenuItemByNumber(int)
Selects the TreeView Context Menu item defined by index
Declaration
public void SelectTreeViewMenuItemByNumber(int itemNumber)
Parameters
itemNumber