Skip to content

HomeStorable

0x5BFA edited this page Dec 27, 2024 · 1 revision

Definition

This storable is specifically implemented for Files App in order to show combined/summarized storage data on Home page in Files App.

public partial class HomeFolder : IStorable {}

Usage

var folder = new HomeFolder();
var pinnedFolders = folder.GetPinnedFolders();

Implementation

public IAsyncEnumerable<IStorable> GetPinnedFolders();
public IAsyncEnumerable<IStorable> GetPinnedFiles();

public IAsyncEnumerable<IStorable> GetRecentFoldersAsync();
public IAsyncEnumerable<IStorable> GetRecentFilesAsync();

public IAsyncEnumerable<IStorable> GetDrivesAsync();
public IAsyncEnumerable<IStorable> GetCloudDrivesAsync();
public IAsyncEnumerable<IStorable> GetNetworkDrivesAsync();

public IAsyncEnumerable<IStorable> GetFileTagsAsync();
Controls
  • FolderBrowser
  • DetailsFolderView
  • GridFolderView
  • ListFolderView
  • TilesFolderView
  • ContentFolderView
  • ColumnsFolderView
  • TreeFolderView
  • GalleryFolderView
  • HomeFolderView
  • RectanglurSelectionVisual
  • DataGrid
  • SidebarView
  • Omnibar
  • Toolbar
  • FilePreviewPresenter
  • ColorTags
  • RichTokens
  • TerminalView
API
  • WindowsStorable
  • ArchiveStorable
  • HomeStorable
  • FtpStorable
  • SftpStorable
  • WebDAVStorable
Infrastructure
  • CommandManager
  • MultitaskingManager
  • DialogManager
  • AppSettings
  • OperationServer

Copyright © 2025 0x5BFA. All rights reserved. Do not copy or redistribute modified versions.

Clone this wiki locally