Class StorageManager

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.Storage.dll

The StorageManager provides the properties or methods to access storage in the device.

C#
Copy
public static class StorageManager
Inheritance
object
StorageManager

Properties

View Source

Storages

List of all storage in the device.

Declaration
C#
Copy
public static IEnumerable<Storage> Storages { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><Storage>