Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 810 Bytes

storagefolder_deleteasync_175645079.md

File metadata and controls

32 lines (22 loc) · 810 Bytes
-api-id -api-type
M:Windows.Storage.StorageFolder.DeleteAsync(Windows.Storage.StorageDeleteOption)
winrt method

Windows.Storage.StorageFolder.DeleteAsync

-description

Deletes the current folder. This method also specifies whether to delete the folder permanently.

-parameters

-param option

One of the enumeration values that specifies whether to delete the folder permanently.

-returns

No object or value is returned by this method when it completes.

-exceptions

T:System.UnauthorizedAccessException

You don't have permission to delete the specified folder.

-remarks

-examples

-see-also

DeleteAsync