Skip to main content

TdxCloudStorageRoot Members

A metadata container corresponding to the root of the cloud file storage in the connected account.

Constructors

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

Properties

Name Description
Children Provides access to the folder’s content. Inherited from TdxCloudStorageCustomFolder.
CreatedDate Returns the online storage resource’s creation date. Inherited from TdxCloudStorageItem.
DownloadLink protected 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 protected 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.
IsLoaded Identifies if the folder’s content structure is loaded from the connected online storage service’s server. Inherited from TdxCloudStorageCustomFolder.
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) Overrides the folder copy procedure for the Root folder’s metadata container.
CreateFolder(string) Creates a new empty folder with the specified name within the current folder. Inherited from TdxCloudStorageFolder.
Delete Overrides the folder delete procedure for the Root folder’s metadata container.
Equals(TObject) Inherited from TObject.
FetchChildren(Boolean) Loads the folder’s content structure from the connected online file storage’s server. Inherited from TdxCloudStorageCustomFolder.
GetHashCode Inherited from TObject.
HasChildren Identifies if the folder has any loaded content. Inherited from TdxCloudStorageCustomFolder.
IndexOf(TdxCloudStorageItem) Returns the index of the specified resource within the folder. Inherited from TdxCloudStorageCustomFolder.
IsFolder Identifies if the online resource is a folder. Inherited from TdxCloudStorageItem.
IsRoot Identifies if the current folder is the root folder on the connected cloud service storage account. Inherited from TdxCloudStorageCustomFolder.
MoveTo(TdxCloudStorageFolder) Overrides the folder move procedure for the Root folder’s metadata container.
MoveToTrash Overrides the folder trash procedure for the Root folder’s metadata container.
RestoreFromTrash Overrides the folder restore procedure for the Root folder’s metadata container.
ToString Inherited from TObject.
UploadFile(string) Uploads a locally stored file to the cloud folder. Inherited from TdxCloudStorageFolder.
See Also