KnownFolders.VideosLibrary Property

Definition

Gets the Videos library.

public:
 static property StorageFolder ^ VideosLibrary { StorageFolder ^ get(); };
static StorageFolder VideosLibrary();
public static StorageFolder VideosLibrary { get; }
var storageFolder = KnownFolders.videosLibrary;
Public Shared ReadOnly Property VideosLibrary As StorageFolder

Property Value

The Videos library.

Windows requirements

App capabilities
videosLibrary

Remarks

To access the Videos library, in the app manifest, specify the Videos Library capability.

The Videos Library typically has the following path.

  • %USERPROFILE%\Videos

Applies to

See also