TdxCloudStorageItem.Parents Property
In This Article
Provides access to the list of the online storage resource’s direct parent folders.
#Declaration
Delphi
property Parents: TdxCloudStorageFolderList read;
#Property Value
Type |
---|
Tdx |
#Remarks
Each ordinary file or folder within the connected cloud storage belongs to one or more folders. Use the Parents.Items property to access individual folders to which the current file or folder belongs. Refer to the TdxCloudStorageFolderList class description for additional information.
See Also