StorageItemTypes Enumeration

Describes the kind of item that is represented by an instance of a class that implements IStorageItem (like a StorageFile or StorageFolder object).

Syntax

[FlagsAttribute]
public enum class StorageItemTypes  

Members

Member Value Description
File A file that is represented as a StorageFile instance.
Folder A folder that is represented as a StorageFolder instance.
None A generic storage item that represents either a file or a folder.

Requirements

Namespace: Windows.Storage

Metadata: windows.winmd

See also

Reference

Windows.Storage Namespace