TdxCloudStorageItemList<T> Members
The base class for all classes that implement lists of online resources for the cloud storage component.Properties
| Name | Description |
|---|---|
| Count | Returns the number of online resource metadata containers within the list. |
| Items | Provides indexed access to online resource metadata containers within the list. |
Methods
| 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