TdxCloudStorageFiles.FindByID(string) Method
Returns the metadata container by the specified unique resource identifier.
Declaration
function FindByID(const Value: string): TdxCloudStorageItem;
Parameters
Name | Type |
---|---|
Value | string |
Returns
Type |
---|
TdxCloudStorageItem |
Remarks
Call this function to access the metadata container whose string identifier within the loaded content structure is passed as the Value parameter. The FindByID function returns nil if there is no such resource within the connected cloud file storage.
See Also