TdxCloudStorageItemList<T> Methods
The base class for all classes that implement lists of online resources for the cloud storage component.| Name | Description |
|---|---|
| Equals(TObject) | Inherited from TObject. |
| FindByID(string) | Returns a TdxCloudStorageItem class descendant instance in the list by the specified unique identifier. |
| FindByName(string) | Returns a TdxCloudStorageItem class descendant instance in the list by the specified name. |
| GetHashCode | Inherited from TObject. |
| IndexOf(T) | Returns the index of a specified TdxCloudStorageItem class descendant instance in the list. |
| ToString | Inherited from TObject. |
See Also