Skip to main content

ExtensionsFactory.FileManager(Action<FileManagerSettings>) Method

Creates a FileManager

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public FileManagerExtension FileManager(
    Action<FileManagerSettings> method
)

#Parameters

Name Type Description
method Action<FileManagerSettings>

A delegate method that accepts FileManagerSettings as a parameter.

#Returns

Type Description
FileManagerExtension

A FileManagerExtension object implementing the FileManager functionality.

See Also