TdxCloudStorage Events
A cloud storage component.
Name | Description |
---|---|
On |
Notifies that the cloud storage component’s data provider or its authorization agent has changed. |
On |
Notifies that the cloud storage component has successfully connected/disconnected to/from an online account. |
On |
Notifies of an error that can occur when the component attempts to access an online file storage service or perform any file operation in the connected account. |
On |
Enables you to track the data upload progress when the component updates an existing file. |
On |
Notifies that a file update process has successfully finished. |
On |
Enables you to perform specific actions in response to updating an existing file stored on the connected online storage’s server. |
On |
Enables you to respond to a successful folder create operation in the connected cloud storage. |
On |
Enables you to respond to a successful online resource copy operation. |
On |
Enables you to respond to a successful online resource delete operation. |
On |
Enables you to track the file download progress. |
On |
Notifies of the successful finish of a file download process. |
On |
Enables you to perform specific actions in response to downloading a file from the connected online storage’s server. |
On |
Notifies that an online resource is successfully moved to another folder within the connected cloud file storage. |
On |
Notifies that an online resource is successfully moved to the “Trash” special folder within the connected cloud file storage. |
On |
Enables you to track created access permissions. |
On |
Enables you to track deleted access permissions. |
On |
Notifies the application that a metadata container has successfully loaded its access permissions from the connected server. |
On |
Notifies that an online resource is successfully restored from the “Trash” special folder at the original position within the connected cloud file storage’s resource hierarchy. |
On |
Enables you to track the file upload progress. |
On |
Notifies of the successful finish of a file upload process. |
On |
Enables you to perform specific actions in response to uploading a local file to the connected online storage’s server. |
On |
Notifies of the successful finish of downloading a cloud folder‘s content structure from the connected cloud file storage’s server. |
On |
Enables you to perform specific actions in response to downloading a cloud folder‘s content structure from the connected cloud file storage’s server. |
See Also