Skip to main content

Avalonia.Platform.Storage Namespace

Classes

FilePickerFileTypeRepresents a name mapped to the associated file types (extensions).
FilePickerFileTypesDictionary of well known file types.
FilePickerOpenOptionsOptions class for OpenFilePickerAsync(FilePickerOpenOptions) method.
FilePickerSaveOptionsOptions class for SaveFilePickerAsync(FilePickerSaveOptions) method.
FolderPickerOpenOptionsOptions class for OpenFolderPickerAsync(FolderPickerOpenOptions) method.
LauncherExtensions 
PickerOptionsCommon options for OpenFolderPickerAsync(FolderPickerOpenOptions), OpenFilePickerAsync(FilePickerOpenOptions) and SaveFilePickerAsync(FilePickerSaveOptions) methods.
StorageItemPropertiesProvides access to the content-related properties of an item (like a file or folder).
StorageProviderExtensionsGroup of public extensions for IStorageProvider class.

Interfaces

ILauncherStarts the default app associated with the specified file or URI.
IStorageBookmarkFile
Not client implementable.
IStorageBookmarkFolder
Not client implementable.
IStorageBookmarkItem
Not client implementable.
IStorageFileRepresents a file. Provides information about the file and its contents, and ways to manipulate them.
Not client implementable.
IStorageFolderManipulates folders and their contents, and provides information about them.
Not client implementable.
IStorageItemManipulates storage items (files and folders) and their contents, and provides information about them
Not client implementable.
IStorageProvider
Not client implementable.

Enumerations

WellKnownFolderSpecifies enumerated constants used to retrieve directory paths to system well known folders.