Skip to main content

MVCxDataSourceFileSystemProvider Constructors

Represents a FileManager file system provider that obtains file system information from a data source.
Name Parameters Description
MVCxDataSourceFileSystemProvider(Object, FileManagerSettingsDataSource) dataSource, settingsDataSource Initializes a new instance of the MVCxDataSourceFileSystemProvider class with the specified settings.
MVCxDataSourceFileSystemProvider(String, Object, FileManagerSettingsDataSource) rootFolder, dataSource, settingsDataSource Initializes a new instance of the MVCxDataSourceFileSystemProvider class with the specified settings.
See Also