Identifies the storage location that the file picker presents to the user.
Syntax
public enum class PickerLocationId
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The PickerLocationId enumeration has these members.
| Member | Value | Description |
|---|---|---|
| DocumentsLibrary | documentsLibrary | 0 |
The Documents library. |
| ComputerFolder | computerFolder | 1 |
The Computer folder. |
| Desktop | desktop | 2 |
The Windows desktop. |
| Downloads | downloads | 3 |
The Downloads folder. |
| HomeGroup | homeGroup | 4 |
The HomeGroup. |
| MusicLibrary | musicLibrary | 5 |
The Music library. |
| PicturesLibrary | picturesLibrary | 6 |
The Pictures library. |
| VideosLibrary | videosLibrary | 7 |
The Videos library. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
- fileOpenPicker.suggestedStartLocation property
- fileSavePicker.suggestedStartLocation property
- folderPicker.suggestedStartLocation property
Build date: 2/25/2013