You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 line
235 B

  1. using System;
  2. namespace CI.WSANative.FilePickers
  3. {
  4. public enum WSAPickerLocationId
  5. {
  6. DocumentsLibrary,
  7. ComputerFolder,
  8. Desktop,
  9. Downloads,
  10. HomeGroup,
  11. MusicLibrary,
  12. PicturesLibrary,
  13. VideosLibrary
  14. }
  15. }