Skip to main content

TdxCloudStorageFile Members

A metadata container corresponding to an individual file stored on a connected online cloud storage’s server.

Constructors

Name Description
Create(TdxCloudStorageFiles) Creates a new TdxCloudStorageItem class descendant instance for the specified cloud file storage manager. Inherited from TdxCloudStorageItem.

Properties

Name Description
CreatedDate Returns the online storage resource’s creation date. Inherited from TdxCloudStorageItem.
DownloadLink Returns the stored file’s universal resource identifier (URI). Inherited from TdxCloudStorageItem.
DriveID Returns the drive ID that indicates on which drive the online resource is stored on the connected Microsoft OneDrive® server. Inherited from TdxCloudStorageItem.
FileSize Returns the stored file’s size, in bytes. Inherited from TdxCloudStorageItem.
IconLink Returns a universal resource identifier (URI) of the icon corresponding to the online resource’s type. Inherited from TdxCloudStorageItem.
ID Returns the online resource’s unique identifier within the connected cloud file storage service account. Inherited from TdxCloudStorageItem.
MIMEType Returns the online resource’s MIME content type. Inherited from TdxCloudStorageItem.
ModifiedDate Returns the online resource’s last modification date. Inherited from TdxCloudStorageItem.
Name Returns the online storage resource’s name. Inherited from TdxCloudStorageItem.
Parents Provides access to the list of the online storage resource’s direct parent folders. Inherited from TdxCloudStorageItem.
Permissions Provides access to the collection of item access permissions. Inherited from TdxCloudStorageItem.
Shared Identifies whether the online storage resource is shared. Inherited from TdxCloudStorageItem.
Trashed Identifies if the online storage resource is within the “Trash” special folder. Inherited from TdxCloudStorageItem.

Methods

Name Description
CopyTo(TdxCloudStorageFolder) Copies the online resource to the specified folder within the same cloud file storage. Inherited from TdxCloudStorageItem.
Delete Deletes the online resource. Inherited from TdxCloudStorageItem.
DownloadContent Downloads the stored file’s content.
Equals(TObject) Inherited from TObject.
GetExtension Returns the filename extension corresponding to the stored file’s format.
GetHashCode Inherited from TObject.
IsFolder Identifies if the online resource is a folder. Inherited from TdxCloudStorageItem.
MoveTo(TdxCloudStorageFolder) Moves the online resource to the specified folder. Inherited from TdxCloudStorageItem.
MoveToTrash Moves the online resource to the “Trash” special folder. Inherited from TdxCloudStorageItem.
RestoreFromTrash Restores the online resource from the “Trash” special folder. Inherited from TdxCloudStorageItem.
ToString Inherited from TObject.
UploadContent(TStream) Replaces the stored file’s content with data within the specified stream.
See Also