Click or drag to resize

KnownFolders Class

Provides access to common locations that contain user content.
Inheritance Hierarchy
SystemObject
  Windows.StorageKnownFolders

Namespace:  Windows.Storage
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class KnownFolders

The KnownFolders type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCameraRoll
Gets the Camera Roll folder.
Public propertyStatic memberDocumentsLibrary
Gets the Documents library. The Documents library is not intended for general use.
Public propertyStatic memberMusicLibrary
Gets the Music library.
Public propertyStatic memberPictureLibrary
Gets the Pictures library.
Public propertyStatic memberVideosLibrary
Gets the Videos library.
Top
See Also