Back to Devexpress

FileManagerExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-5696f508.md

latest3.0 KB
Original Source

FileManagerExtension Class

Represents an extension object implementing the FileManager functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class FileManagerExtension :
    ExtensionBase
vb
Public Class FileManagerExtension
    Inherits ExtensionBase

The following members return FileManagerExtension objects:

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

See Also

FileManagerExtension Members

File Manager

FileManagerSettings

DevExpress.Web.Mvc Namespace