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
StorageFolderThe type representing a storage folder.
StorageFileThe 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
keystringThe 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
isInFolderCommonboolWhether to return the Common subfolder path.
Returns
- string
The root folder path.