MVCxDataSourceFileSystemProvider Properties
Represents a FileManager file system provider that obtains file system information from a data source.
Name | Description |
---|---|
Data |
Gets or sets the object from which the MVCx |
File |
Gets or sets the name of the data source field which provides file content.
Inherited from Data |
Is |
Gets or sets the name of the data source field which provides values indicating whether an item is a file or folder.
Inherited from Data |
Key |
Gets or sets the name of the data source key field.
Inherited from Data |
Last |
Gets or sets the name of the data source field which provides the time of the last file modification.
Inherited from Data |
Name |
Gets or sets the name of the data source field which provides unique item identifier names.
Inherited from Data |
Parent |
Gets or sets the name of the data source field which provides the item parent key values.
Inherited from Data |
Root |
Returns the root folder.
Inherited from File |
Root |
Gets the root folder’s caption.
Inherited from Data |
See Also