TdxCloudStorageItemList<T>.FindByName(string) Method
Returns a TdxCloudStorageItem class descendant instance in the list by the specified name.
Declaration
function FindByName(const Value: string): T;
Parameters
| Name | Type | Description |
|---|---|---|
| Value | string | A file or folder name. |
Returns
| Type | Description |
|---|---|
| T | A cloud storage metadata container. |
See Also