C# Класс InTheHand.Storage.StorageFolderExtensions

Provides additional methods for StorageFolder.
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteAllItems ( this folder ) : System.Threading.Tasks.Task

Deletes all contents of a folder without deleting the folder itself.

GetFolderSizeAsync ( this folder ) : Task

Returns the size, in bytes, of the folder and all of its contents.

Приватные методы

Метод Описание
GetIsoStorePath ( this folder ) : string

Gets a relative path from a StorageFolder so that IsolatedStorage APIs can be used on it.

Описание методов

DeleteAllItems() публичный статический Метод

Deletes all contents of a folder without deleting the folder itself.
public static DeleteAllItems ( this folder ) : System.Threading.Tasks.Task
folder this
Результат System.Threading.Tasks.Task

GetFolderSizeAsync() публичный статический Метод

Returns the size, in bytes, of the folder and all of its contents.
public static GetFolderSizeAsync ( this folder ) : Task
folder this The folder to measure
Результат Task