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

MVCxDataSourceFileSystemProvider(String, 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(
    string rootFolder,
    object dataSource,
    FileManagerSettingsDataSource settingsDataSource
)

Parameters

Name Type Description
rootFolder String

A string value that specifies the root folder within the custom file system provider.

dataSource Object

An object that is the file manager data source.

settingsDataSource FileManagerSettingsDataSource

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

See Also