TdxCloudStorageItem Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new Tdx |
#Properties
Name | Description |
---|---|
Created |
Returns the online storage resource’s creation date. |
Download |
Returns the stored file’s universal resource identifier (URI). |
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. |
Icon |
Returns a universal resource identifier (URI) of the icon corresponding to the online resource’s type. |
ID | Returns the online resource’s unique identifier within the connected cloud file storage service account. |
MIMEType | Returns the online resource’s MIME content type. |
Modified |
Returns the online resource’s last modification date. |
Name | Returns the online storage resource’s name. |
Parents | Provides access to the list of the online storage resource’s direct parent folders. |
Permissions | Provides access to the collection of item access permissions. |
Shared | Identifies whether the online storage resource is shared. |
Trashed | Identifies if the online storage resource is within the “Trash” special folder. |
#Methods
Name | Description |
---|---|
Copy |
Copies the online resource to the specified folder within the same cloud file storage. |
Delete | Deletes the online resource. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Is |
Identifies if the online resource is a folder. |
Move |
Moves the online resource to the specified folder. |
Move |
Moves the online resource to the “Trash” special folder. |
Restore |
Restores the online resource from the “Trash” special folder. |
To |
Inherited from TObject. |
See Also