New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Server-side Programming Overview

The RadFileExplorer control exposes a number or properties that can be used in order to change its behavior.

Property nameTypeDescription
ConfigurationAn inner property
Inner Property nameTypeDescription
ViewPathsA string arraySets the folders that will be shown in RadFileExplorer
UploadPathsA string arrayThis property is used in order to Assigns Upload (or write) permission for specific folders and their children folders
DeletePathsA string arrayThis property is used in order to Assigns Delete permission for specific folders and their children (files and folders)
ContentProviderTypeNameSystem.StringSets the AssemblyQualifiedName of a custom FileBrowserContentProvider that will be used in order to load the content in RadFileExplorer
MaxUploadFileSizeInt32Sets the allowed file upload size. This article shows how to upload large files.
SearchPatternsA string arrayAn array of wildcards for search
AllowPagingBooleanEnables or disables paging in the embedded RadGrid
PageSizeInt32Sets the PageSize of the embedded RadGrid. This property takes effect only when AllowPaging="true" is set
DisplayUpFolderItemBooleanShow or hide the folder in the embedded RadGrid
EnableCopyBooleanAllow or deny copy
EnableCreateNewFolderBooleanAllow or deny creating a new folder. If a custom provider is used, then the provider's CanCreateDirectory should be overridden as well
ExplorerModeAn enum of type: Telerik.Web.UI.FileExplorer.FileExplorerModeAllows FileTree mode, where the files and folders are shown in the TreeView. The grid in this mode is not visible
GridTelerik.Web.UI.RadGridExposes the embedded RadGrid object
TreeViewTelerik.Web.UI.RadTreeViewExposes the embedded RadTreeView object
GridContextMenuTelerik.Web.UI.RadContextMenuExposes the embedded Grid's context menu
InitialPathStringAllows a file or folder to be selected when the RadFileExplorer is loaded. The value set to the property is case sensitive and should be in the same format as shown in the RadFileExplorer's addressbar. The provided path must point to a concrete file that is present in the currently shown file list.
SplitterTelerik.Web.UI.RadSplitterExposes the embedded RadSplitter object
ToolBarTelerik.Web.UI.RadToolBarExposes the embedded RadTolBar object
ToolTipTelerik.Web.UI.RadToolTipExposes the embedded RadToolTip object
WindowManagerTelerik.Web.UI.RadWindowManagerExposes the embedded RadWindowManager object
Telerik.Web.UI.RadUploadInt32Exposes the embedded RadUpload object
TreePaneWidthInt32Allows the width of the splitter's pane to be set from the server
VisibleControlsTelerik.Web.UI.FileExplorer.FileExplorerControlsDetermines which controls to be visible
Not finding the help you need?
Contact Support