MVCxDataSourceFileSystemProvider Properties
Represents a FileManager file system provider that obtains file system information from a data source.| Name | Description |
|---|---|
| DataSource | Gets or sets the object from which the MVCxDataSourceFileSystemProvider file system provider obtains the file system information. |
| FileBinaryContentFieldName | Gets or sets the name of the data source field which provides file content. Inherited from DataSourceFileSystemProvider. |
| IsFolderFieldName | Gets or sets the name of the data source field which provides values indicating whether an item is a file or folder. Inherited from DataSourceFileSystemProvider. |
| KeyFieldName | Gets or sets the name of the data source key field. Inherited from DataSourceFileSystemProvider. |
| LastWriteTimeFieldName | Gets or sets the name of the data source field which provides the time of the last file modification. Inherited from DataSourceFileSystemProvider. |
| NameFieldName | Gets or sets the name of the data source field which provides unique item identifier names. Inherited from DataSourceFileSystemProvider. |
| ParentKeyFieldName | Gets or sets the name of the data source field which provides the item parent key values. Inherited from DataSourceFileSystemProvider. |
| RootFolder | Returns the root folder. Inherited from FileSystemProviderBase. |
| RootFolderDisplayName | Gets the root folder’s caption. Inherited from DataSourceFileSystemProvider. |
See Also