Skip to main content
A newer version of this page is available. .

FileManagerExtension.BindToFolder(String) Method

Binds the FileManager to the folder specified by its name.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

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