TdxCloudStorageFile Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new Tdx |
#Properties
Name | Description |
---|---|
Created |
Returns the online storage resource’s creation date.
Inherited from Tdx |
Download |
Returns the stored file’s universal resource identifier (URI).
Inherited from Tdx |
Drive |
Returns the drive ID that indicates on which drive the online resource is stored on the connected Microsoft One |
File |
Returns the stored file’s size, in bytes.
Inherited from Tdx |
Icon |
Returns a universal resource identifier (URI) of the icon corresponding to the online resource’s type.
Inherited from Tdx |
ID |
Returns the online resource’s unique identifier within the connected cloud file storage service account.
Inherited from Tdx |
MIMEType |
Returns the online resource’s MIME content type.
Inherited from Tdx |
Modified |
Returns the online resource’s last modification date.
Inherited from Tdx |
Name |
Returns the online storage resource’s name.
Inherited from Tdx |
Parents |
Provides access to the list of the online storage resource’s direct parent folders.
Inherited from Tdx |
Permissions |
Provides access to the collection of item access permissions.
Inherited from Tdx |
Shared |
Identifies whether the online storage resource is shared.
Inherited from Tdx |
Trashed |
Identifies if the online storage resource is within the “Trash” special folder.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Copy |
Copies the online resource to the specified folder within the same cloud file storage.
Inherited from Tdx |
Delete |
Deletes the online resource.
Inherited from Tdx |
Download |
Downloads the stored file’s content. |
Equals |
Inherited from TObject. |
Get |
Returns the filename extension corresponding to the stored file’s format. |
Get |
Inherited from TObject. |
Is |
Identifies if the online resource is a folder.
Inherited from Tdx |
Move |
Moves the online resource to the specified folder.
Inherited from Tdx |
Move |
Moves the online resource to the “Trash” special folder.
Inherited from Tdx |
Restore |
Restores the online resource from the “Trash” special folder.
Inherited from Tdx |
To |
Inherited from TObject. |
Upload |
Replaces the stored file’s content with data within the specified stream. |
See Also