Skip to main content

Create(TdxCloudStorageFiles) Constructor

Creates a new TdxCloudStorageItem class descendant instance for the specified cloud file storage manager.

Declaration

constructor Create(AOwner: TdxCloudStorageFiles); virtual;

Parameters

Name Type
AOwner TdxCloudStorageFiles

Remarks

This constructor supports the internal infrastructure and is not intended for use in your code.

To create a new empty folder anywhere within the cloud storage, call the target metadata container’s CreateFolder procedure. If you need to upload a local file to a folder, call the container’s UploadFile procedure.

The constructor creates a new empty file or folder for the cloud file storage manager passed as the AOwner parameter and initializes an empty list of parent folders accessible via the Parents property.

See Also