| FilePickerServiceLocationId Enumeration |
Identifies the storage location that the file picker presents to the user.
Namespace: Cimbalino.Toolkit.ServicesAssembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax public enum FilePickerServiceLocationId
Members
| Member name | Value | Description |
---|
| DocumentsLibrary | 0 |
The Documents library.
|
| ComputerFolder | 1 |
The Computer folder.
|
| Desktop | 2 |
The Windows desktop.
|
| Downloads | 3 |
The Downloads folder.
|
| HomeGroup | 4 |
The HomeGroup.
|
| MusicLibrary | 5 |
The Music library.
|
| PicturesLibrary | 6 |
The Pictures library.
|
| VideosLibrary | 7 |
The Videos library.
|
| Objects3D | 8 |
The Objects library.
|
| Unspecified | 9 |
An unspecified location.
|
| value__ | | |
| CompareTo | | Compares this instance to a specified object and returns an indication of their relative values. |
| Equals | | Returns a value indicating whether this instance is equal to a specified object. |
| GetHashCode | | Returns the hash code for the value of this instance. |
| HasFlag | | Determines whether one or more bit fields are set in the current instance. |
| ToString | | Converts the value of this instance to its equivalent string representation. |
| ToString | | Converts the value of this instance to its equivalent string representation using the specified format. |
| GetType | | Gets the Type of the current instance. |
Version Information Portable
Supported in: 4.5
Windows
Supported in: 10.0, 8.1
Windows Phone
Supported in: 8.1
Windows Phone Silverlight
Supported in: 8.1, 8.0
See Also