Skip to main content

FileManagerExtension.BindToFolder(String) Method

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
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