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

MVCxDataSourceFileSystemProvider(Object, FileManagerSettingsDataSource) Constructor

Initializes a new instance of the MVCxDataSourceFileSystemProvider class with the specified settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxDataSourceFileSystemProvider(
    object dataSource,
    FileManagerSettingsDataSource settingsDataSource
)

Parameters

Name Type Description
dataSource Object

An System.Object object that is the file manager data source.

settingsDataSource FileManagerSettingsDataSource

A FileManagerSettingsDataSource object that contains a file manager’s fieldname settings.

See Also