IStorageItemMoveAsync Method

Moves the current storage item and it's contents to a IStorageFolder

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Task<IStorageItem?> MoveAsync(
	IStorageFolder destination
)

Parameters

destination  IStorageFolder
The IStorageFolder to move the item into

Return Value

TaskIStorageItem

See Also