Skip to main content

TdxCloudStorageItem.Name Property

Returns the online storage resource’s name.

Declaration

property Name: string read;

Property Value

Type
string

Remarks

Use this property to obtain the name of the folder or file (including the filename extension, if present) corresponding to the current metadata container. Unlike the online resource’s identifier, the Name property value in most cases must be unique only within the direct parent folder in the cloud storage file structure. Certain online storage services allow you to store several identically named resources within a single folder.

See Also