Create(TdxCloudStorageFiles,TdxCloudStorageSpecialFolder.TType) Constructor
Creates a new special folder that has the specified type.
Declaration
constructor Create(AOwner: TdxCloudStorageFiles; AType: TdxCloudStorageSpecialFolder.TType); reintroduce;
Parameters
Name | Type |
---|---|
AOwner | TdxCloudStorageFiles |
AType | TdxCloudStorageSpecialFolder.TType |
Remarks
This constructor supports the internal infrastructure and is not intended for use in your code.
The constructor creates a new special folder whose type is passed as the AType parameter for the cloud file storage manager passed as the AOwner parameter and calls the inherited constructor to initialize the empty Children collection.
See Also