Table of Contents

Interface IAppDataBase<StorageFolder, StorageFile>

Namespace
SunamoPlatformUwpInterop.Interfaces
Assembly
SunamoPlatformUwpInterop.dll

Interface for application data base providing access to common settings and root folder.

public interface IAppDataBase<StorageFolder, StorageFile>

Type Parameters

StorageFolder

The type representing a storage folder.

StorageFile

The type representing a storage file.

Extension Methods

Methods

GetFileCommonSettings(string)

Gets the file path for the specified common settings key.

string GetFileCommonSettings(string key)

Parameters

key string

The settings key to look up.

Returns

string

The file path for the common settings file.

RootFolderCommon(bool)

Gets the root folder path for common application data.

string RootFolderCommon(bool isInFolderCommon)

Parameters

isInFolderCommon bool

Whether to return the Common subfolder path.

Returns

string

The root folder path.