FileManagerSettingsDataSource Properties
Contains a file manager’s fieldname settings.| Name | Description |
|---|---|
| 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. |
See Also