forked from files-community/Files
-
Notifications
You must be signed in to change notification settings - Fork 0
HomeStorable
0x5BFA edited this page Dec 27, 2024
·
1 revision
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 {}
var folder = new HomeFolder();
var pinnedFolders = folder.GetPinnedFolders();
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();
This documentation is not open for everyone. Do not copy.
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.