FileManagerExtension.BindToFolder(String) Method
Binds the FileManager to the folder specified by its name.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.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