Click or drag to resize
Cimbalino ToolkitIStorageService Interface
Represents a service capable of handling the application storage asynchronously.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface IStorageService

The IStorageService type exposes the following members.

Properties
  NameDescription
Public propertyLocal
Gets the storage handler instance for the root folder in the local app data store.
Public propertyLocalCache
Gets the storage handler instance for the root folder in the local app data store where you can save files that are not included in backup and restore.
Public propertyPackage
Gets the storage handler instance for the root folder in the package installation data store.
Public propertyRoaming
Gets the storage handler instance for the root folder in the roaming app data store.
Public propertyTemporary
Gets the storage handler instance for the root folder in the temporary app data store.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also