Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageFiles.FindByID(string) Method

Returns the metadata container by the specified unique resource identifier.

#Declaration

Delphi
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