KnownFolderId Enum

Definition

Provides values that identify storage folders.

public enum class KnownFolderId
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class KnownFolderId
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum KnownFolderId
var value = Windows.Storage.KnownFolderId.appCaptures
Public Enum KnownFolderId
Inheritance
KnownFolderId
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)

Fields

AllAppMods 14

All app modifications folder.

AppCaptures 0

App Captures folder.

CameraRoll 1

Camera Roll folder.

CurrentAppMods 15

Current app modifications folder.

DocumentsLibrary 2

Documents library folder.

DownloadsFolder 16

Downloads library folder.

HomeGroup 3

HomeGroup folder.

MediaServerDevices 4

The folder of media server (Digital Living Network Alliance (DLNA)) devices.

MusicLibrary 5

Music library folder.

Objects3D 6

Objects 3D folder.

PicturesLibrary 7

Pictures library folder.

Playlists 8

Playlists folder.

RecordedCalls 9

Recorded calls folder.

RemovableDevices 10

Removable devices folder.

SavedPictures 11

Saved pictures folder.

Screenshots 12

Screenshots folder.

VideosLibrary 13

Videos library folder.

Remarks

Version history

Windows version SDK version Value added
1703 15063 AllAppMods
1703 15063 CurrentAppMods

Applies to

See also