Back to Devexpress

TdxCloudStorageFiles.Root Property

vcl-dxcloudstorage-dot-tdxcloudstoragefiles-b66d1f0c.md

latest1.3 KB
Original Source

TdxCloudStorageFiles.Root Property

Provides access to the cloud storage root.

Declaration

delphi
property Root: TdxCloudStorageRoot read;

Property Value

Type
TdxCloudStorageRoot

Remarks

Use this property to access all resources within the connected cloud file storage, except for those within the Trash special folder. To access individual metadata containers corresponding to files and folders at the first nesting level, use the Root.Children.Items property.

See Also

TdxCloudStorageFiles.FetchAll

TdxCloudStorageFiles.FindByID

TdxCloudStorageFiles.SpecialFolders

TdxCloudStorageFiles Class

TdxCloudStorageFiles Members

dxCloudStorage Unit