IStorageBookmarkFolder Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IStorageBookmarkFolder : IStorageFolder,
IStorageItem, IDisposable, IStorageBookmarkItem
<NotClientImplementableAttribute>
Public Interface IStorageBookmarkFolder
Inherits IStorageFolder, IStorageItem, IDisposable, IStorageBookmarkItem
[<NotClientImplementableAttribute>]
type IStorageBookmarkFolder =
interface
interface IStorageFolder
interface IStorageItem
interface IDisposable
interface IStorageBookmarkItem
end
Implements | IStorageBookmarkItem, IStorageFolder, IStorageItem, IDisposable |
Properties
CanBookmark | Returns true is item can be bookmarked and reused later. (Inherited from IStorageItem) |
Name | Gets the name of the item including the file name extension if there is one. (Inherited from IStorageItem) |
Path | Gets the file-system path of the item. (Inherited from IStorageItem) |
Methods
CreateFileAsync(String) | Creates a file with specified name as a child of the current storage folder (Inherited from IStorageFolder) |
CreateFolderAsync(String) | Creates a folder with specified name as a child of the current storage folder (Inherited from IStorageFolder) |
DeleteAsync() | Deletes the current storage item and it's contents (Inherited from IStorageItem) |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
GetBasicPropertiesAsync() | Gets the basic properties of the current item. (Inherited from IStorageItem) |
GetItemsAsync() | Gets the files and subfolders in the current folder. (Inherited from IStorageFolder) |
GetParentAsync() | Gets the parent folder of the current storage item. (Inherited from IStorageItem) |
MoveAsync(IStorageFolder) | Moves the current storage item and it's contents to a IStorageFolder (Inherited from IStorageItem) |
ReleaseBookmarkAsync() | (Inherited from IStorageBookmarkItem) |
SaveBookmarkAsync() | Saves items to a bookmark. (Inherited from IStorageItem) |
Extension Methods
TryGetLocalPath() | Gets the local file system path of the item as a string. (Defined by StorageProviderExtensions) |