StorageFolderType Enum
Lists the values used to specify the type of a folder to store map files (e.g., images or other resources).
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Unknown
|
The storage folder type is unknown. |
KnownDocuments
|
The Documents library, which corresponds to the Windows.Storage.KnownFolders.DocumentsLibrary property. |
KnownHomeGroup
|
The HomeGroup folder, which corresponds to the Windows.Storage.KnownFolders.HomeGroup property. |
KnownRemovableDevices
|
The removable devices folder, which corresponds to the Windows.Storage.KnownFolders.RemovableDevices property. |
KnownMediaServerDevices
|
The folder of media server (DLNA) devices, which corresponds to the Windows.Storage.KnownFolders.MediaServerDevices property. |
AppRoaming
|
The root folder in the roaming app data store, which corresponds to the ApplicationData.Current.RoamingFolder property. |
AppLocal
|
The root folder in the local app data store, which corresponds to the ApplicationData.Current.LocalFolder property. |
AppTemporary
|
The root folder in the temporary app data store, which corresponds to the ApplicationData.Current.TemporaryFolder property. |
Related API Members
The following properties accept/return StorageFolderType values:
Remarks
The values listed by the StorageFolderType enumerator are used to set the MapStorageFileSource.StorageFolderType property.