Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageItem Members

The base class for all classes that implement metadata containers corresponding to individual resources (such as folders and files) 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.

#Properties

Name Description
CreatedDate Returns the online storage resource’s creation date.
DownloadLink protected Returns the stored file’s universal resource identifier (URI).
DriveID Returns the drive ID that indicates on which drive the online resource is stored on the connected Microsoft OneDrive® server.
FileSize protected Returns the stored file’s size, in bytes.
IconLink 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.
ModifiedDate 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
Show Inherited Hide Inherited

Name Description
CopyTo(TdxCloudStorageFolder) Copies the online resource to the specified folder within the same cloud file storage.
Delete Deletes the online resource.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
IsFolder Identifies if the online resource is a folder.
MoveTo(TdxCloudStorageFolder) Moves the online resource to the specified folder.
MoveToTrash Moves the online resource to the “Trash” special folder.
RestoreFromTrash Restores the online resource from the “Trash” special folder.
ToString Inherited from TObject.
See Also