aspnet-devexpress-dot-web-dot-amazonfilesystemprovider-dot-underscore-members.md
Provides an implementation of the Amazon File System Provider.
| Name | Description |
|---|---|
| AmazonFileSystemProvider(String) | Initializes a new instance of the AmazonFileSystemProvider class with the specified root folder. |
| Name | Description |
|---|---|
| AccessKeyID | Obsolete. Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic. |
| AccountName | Gets or sets a value that specifies the name of the Amazon account. |
| BucketName | 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. |
| RootFolder | Returns the root folder. Inherited from FileSystemProviderBase. |
| RootFolderDisplayName | Gets the root folder’s caption. Inherited from FileSystemProviderBase. |
| SecretAccessKey | Obsolete. Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic. |
| Name | Description |
|---|---|
| CopyFile(FileManagerFile, FileManagerFolder) | Implements file copying. |
| CopyFolder(FileManagerFolder, FileManagerFolder) | Implements folder copying. |
| CreateFolder(FileManagerFolder, String) | Implements folder creation. |
| DeleteFile(FileManagerFile) | Implements file deletion. |
| DeleteFolder(FileManagerFolder) | Implements folder deletion. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Exists(FileManagerFile) | Implements the file existence verification. |
| Exists(FileManagerFolder) | Implements the folder existence verification. |
| GetDetailsCustomColumnDisplayText(FileManagerDetailsColumn) | Override this method to provide a text displayed within a custom column. Inherited from FileSystemProviderBase. |
| GetDownloadUrl(FileManagerFile[]) | Returns the download URL of the specified files. |
| GetFilePermissions(FileManagerFile) | Obtains the File Manager’s file permissions. Inherited from FileSystemProviderBase. |
| GetFiles(FileManagerFolder) | Implements getting a collection of files that are located in the current folder. |
| GetFilteredItems(FileManagerGetFilteredItemsArgs) | Override this method to get a file collection that matches the current recursive or custom filter. Inherited from FileSystemProviderBase. |
| GetFolderPermissions(FileManagerFolder) | Obtains the File Manager’s folder permissions. Inherited from FileSystemProviderBase. |
| GetFolders(FileManagerFolder) | Implements getting a collection of folders that are located in the current folder. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetLastWriteTime(FileManagerFile) | Implements getting the time of the last file modification. |
| GetLastWriteTime(FileManagerFolder) | Override this method to implement getting the time of the last folder modification. Inherited from FileSystemProviderBase. |
| GetLength(FileManagerFile) | Returns the length of the specified file. |
| GetParentFolder(String, String) | Override this method to implement getting the parent folder of a file manager item. Inherited from FileSystemProviderBase. |
| GetPublicUrl(FileManagerFile) | Returns the public URL of the uploaded file. |
| GetRelativeFolderPath(FileManagerFolder, IUrlResolutionService) | Override this method to implement getting a relative folder path. Inherited from FileSystemProviderBase. |
| GetThumbnail(FileManagerFile) | Override this method to provide file manager files with custom thumbnails. Inherited from CloudFileSystemProviderBase. |
| GetThumbnailUrl(FileManagerFile) | Override this method to provide file manager files with custom thumbnails. Inherited from FileSystemProviderBase. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MoveFile(FileManagerFile, FileManagerFolder) | Implements file moving. |
| MoveFolder(FileManagerFolder, FileManagerFolder) | Implements folder moving. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RenameFile(FileManagerFile, String) | Implements file renaming. |
| RenameFolder(FileManagerFolder, String) | Implements folder renaming. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UploadFile(FileManagerFolder, String, Stream) | Implements a file upload. |
| Name | Description |
|---|---|
| RequestEvent | Fires when a cloud provider sends a request to a cloud service. Inherited from CloudFileSystemProviderBase. |
See Also