MVCxDataSourceFileSystemProvider Members
In This Article
#Constructors
Name | Description |
---|---|
MVCx |
Initializes a new instance of the MVCx |
MVCx |
Initializes a new instance of the MVCx |
#Properties
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 |
#Methods
Name | Description |
---|---|
Copy |
Implements file copying.
Inherited from Data |
Copy |
Implements folder copying.
Inherited from Data |
Create |
Implements folder creation.
Inherited from Data |
Delete |
Implements file deletion.
Inherited from Data |
Delete |
Implements folder deletion.
Inherited from Data |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Exists |
Implements the file existence verification.
Inherited from Data |
Exists |
Implements the folder existence verification.
Inherited from Data |
Get |
Override this method to provide a text displayed within a custom column.
Inherited from File |
Get |
Obtains the File Manager’s file permissions.
Inherited from File |
Get |
Implements getting a collection of files that are located in the current folder.
Inherited from Data |
Get |
Override this method to get a file collection that matches the current recursive or custom filter.
Inherited from File |
Get |
Obtains the File Manager’s folder permissions.
Inherited from File |
Get |
Implements getting a collection of folders that are located in the current folder.
Inherited from Data |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Implements getting the time of the last file modification.
Inherited from Data |
Get |
Override this method to implement getting the time of the last folder modification.
Inherited from File |
Get |
Returns the length of the specified file.
Inherited from Data |
Get |
Override this method to implement getting the parent folder of a file manager item.
Inherited from File |
Get |
Override this method to implement getting a relative folder path.
Inherited from File |
Get |
Override this method to provide file manager files with custom thumbnails.
Inherited from File |
Get |
Override this method to provide file manager files with custom thumbnails.
Inherited from File |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
Implements file moving.
Inherited from Data |
Move |
Implements folder moving.
Inherited from Data |
Read |
Implements file reading.
Inherited from Data |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rename |
Implements file renaming.
Inherited from Data |
Rename |
Implements folder renaming.
Inherited from Data |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
Implements a file upload.
Inherited from Data |
See Also