KnownFolderId Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
AppCaptures | 0 | App Captures folder. |
CameraRoll | 1 | Camera Roll folder. |
DocumentsLibrary | 2 | Documents 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. |
AllAppMods | 14 | All app modifications folder. |
CurrentAppMods | 15 | Current app modifications folder. |
DownloadsFolder | 16 | Downloads library folder. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | AllAppMods |
1703 | 15063 | CurrentAppMods |