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.v19.2.dll
Declaration
public enum StorageFolderType
Public Enum StorageFolderType
Members
Name |
Description |
AppLocal |
The root folder in the local app data store, which corresponds to the ApplicationData.Current.LocalFolder property.
|
AppRoaming |
The root folder in the roaming app data store, which corresponds to the ApplicationData.Current.RoamingFolder property.
|
AppTemporary |
The root folder in the temporary app data store, which corresponds to the ApplicationData.Current.TemporaryFolder property.
|
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.
|
KnownMediaServerDevices |
The folder of media server (DLNA) devices, which corresponds to the Windows.Storage.KnownFolders.MediaServerDevices property.
|
KnownRemovableDevices |
The removable devices folder, which corresponds to the Windows.Storage.KnownFolders.RemovableDevices property.
|
Unknown |
The storage folder type is unknown.
|
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...