Gets or sets the root folder of the FileExplorer control.
[Visual Basic]
Public Property RootFolder As
String
[C#]
public
String RootFolder {get; set;}
Remarks
This property can be a root relative path (for example, ~/images) or an absolute file path (for example, c:\images). A root relative path should be used when the FileExplorer control is used to browse files within the application root.
An absolute file path can be used if you wish to use the FileExplorer control to browse files that are outside of the application root. See accessing external files with FileExplorer for more details.
See Also
FileExplorer Class | EO.Web Namespace