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

FileManagerSettings Class

Contains the FileManager extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class FileManagerSettings :
    SettingsBase

Remarks

To declare the FileManager in a View, invoke the ExtensionsFactory.FileManager helper method. This method returns the FileManager extension that is implemented by the FileManagerExtension class.

To configure the FileManager extension, pass the FileManagerSettings object to the ExtensionsFactory.FileManager helper method as a parameter. The FileManagerSettings object contains all the FileManager extension settings.

Refer to the FileManager Overview topic to learn how to add the FileManager extension to your project.

Inheritance

Object
SettingsBase
FileManagerSettings
See Also