AmazonFileSystemProvider Members
In This Article
#Constructors
Name | Description |
---|---|
Amazon |
Initializes a new instance of the Amazon |
#Properties
Name | Description |
---|---|
Access |
Obsolete. Use the Account |
Account |
Gets or sets a value that specifies the name of the Amazon account. |
Bucket |
Specifies a name of the bucket that contains a file system displayed in the file manager. |
Region | Specifies a geographical region where a bucket, which contains a file system, is stored. |
Root |
Returns the root folder.
Inherited from File |
Root |
Gets the root folder’s caption.
Inherited from File |
Secret |
Obsolete. Use the Account |
#Methods
Name | Description |
---|---|
Copy |
Implements file copying. |
Copy |
Implements folder copying. |
Create |
Implements folder creation. |
Delete |
Implements file deletion. |
Delete |
Implements folder deletion. |
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. |
Exists |
Implements the folder existence verification. |
Get |
Override this method to provide a text displayed within a custom column.
Inherited from File |
Get |
Returns the download URL of the specified files. |
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. |
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. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Implements getting the time of the last file modification. |
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. |
Get |
Override this method to implement getting the parent folder of a file manager item.
Inherited from File |
Get |
Returns the public URL of the uploaded 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 Cloud |
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. |
Move |
Implements folder moving. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rename |
Implements file renaming. |
Rename |
Implements folder renaming. |
To |
Returns a string that represents the current object. Inherited from Object. |
Upload |
Implements a file upload. |
#Events
Name | Description |
---|---|
Request |
Fires when a cloud provider sends a request to a cloud service.
Inherited from Cloud |
See Also