Class StorageManager
Definition
- Assembly:
- Tizen.System.Storage.dll
The StorageManager provides the properties or methods to access storage in the device.
public static class StorageManager
- Inheritance
-
objectStorageManager
Properties
View SourceStorages
List of all storage in the device.
Declaration
public static IEnumerable<Storage> Storages { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><Storage> |