Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 918 Bytes

storagedeleteoption.md

File metadata and controls

32 lines (20 loc) · 918 Bytes
-api-id -api-type
T:Windows.Storage.StorageDeleteOption
winrt enum

StorageDeleteOption

-description

Specifies whether a deleted item is moved to the Recycle Bin or permanently deleted.

-enum-fields

-field Default:0

Specifies the default behavior.

  • If the item is in an application storage location (that is, a location that can be accessed through the ApplicationData class), it's permanently deleted. It's not moved to the Recycle Bin.
  • If the item is in another location, the item is deleted according to the default behavior of File Explorer for that location. The item may be moved to the Recycle Bin, or it may be permanently deleted.

-field PermanentDelete:1

Permanently deletes the item. The item is not moved to the Recycle Bin.

-remarks

-examples

-see-also