# FileDialogFolder enumeration

A folder a file dialog can be pointed at without knowing its path.

```csharp
public enum FileDialogFolder
```

## Values

| name | value | description |
| --- | --- | --- |
| Desktop | `0` | The desktop of the current user. |
| Documents | `1` | The documents folder of the current user. |
| Downloads | `2` | The downloads folder of the current user. |
| Music | `3` | The music folder of the current user. |
| Pictures | `4` | The pictures folder of the current user. |
| Videos | `5` | The videos folder of the current user. |

## Remarks

Declared here rather than taken from the UI framework so that this assembly stays free of any framework reference. The implementation maps each value onto the platform equivalent.

## See Also

* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](./index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
