FileManagerExtension.BindToFolder(String) Method
In This Article
Binds the FileManager to the folder specified by its name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public FileManagerExtension BindToFolder(
string rootFolder
)
#Parameters
Name | Type | Description |
---|---|---|
root |
String | A string specifying the path to the root folder that should be visualized with the File |
#Returns
Type | Description |
---|---|
File |
An extension object. |
See Also