Skip to main content

TdxCloudStorageItem.Parents Property

Provides access to the list of the online storage resource’s direct parent folders.

Declaration

property Parents: TdxCloudStorageFolderList read;

Property Value

Type
TdxCloudStorageFolderList

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