DataSourceFileSystemProvider Properties
Provides an implementation of a data source file system provider.| Name | Description |
|---|---|
| DataHelper | For internal use only. |
| FileBinaryContentFieldName | Gets or sets the name of the data source field which provides file content. |
| IsFolderFieldName | Gets or sets the name of the data source field which provides values indicating whether an item is a file or folder. |
| KeyFieldName | Gets or sets the name of the data source key field. |
| LastWriteTimeFieldName | Gets or sets the name of the data source field which provides the time of the last file modification. |
| NameFieldName | Gets or sets the name of the data source field which provides unique item identifier names. |
| ParentKeyFieldName | Gets or sets the name of the data source field which provides the item parent key values. |
| RootFolder | Returns the root folder. Inherited from FileSystemProviderBase. |
| RootFolderDisplayName | Gets the root folder’s caption. |
See Also