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