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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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