TdxCloudStorageFiles.Root Property
Provides access to the cloud storage root.
Declaration
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