MapStorageFileSource.StorageFolderType Property
Specifies the type of the folder used 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
public StorageFolderType StorageFolderType { get; set; }
#Property Value
Type | Description |
---|---|
Storage |
A Storage |
Available values:
Name | Description |
---|---|
Unknown | The storage folder type is unknown. |
Known |
The Documents library, which corresponds to the Windows. |
Known |
The Home |
Known |
The removable devices folder, which corresponds to the Windows. |
Known |
The folder of media server (DLNA) devices, which corresponds to the Windows. |
App |
The root folder in the roaming app data store, which corresponds to the Application |
App |
The root folder in the local app data store, which corresponds to the Application |
App |
The root folder in the temporary app data store, which corresponds to the Application |