Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.3 KB

playlist_saveasasync_2017527184.md

File metadata and controls

36 lines (25 loc) · 1.3 KB
-api-id -api-type
M:Windows.Media.Playlists.Playlist.SaveAsAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption,Windows.Media.Playlists.PlaylistFormat)
winrt method

Windows.Media.Playlists.Playlist.SaveAsAsync

-description

Asynchronously saves the playlist to a specified file and folder, in a specified format.

-parameters

-param saveLocation

The folder in which to save the playlist.

-param desiredName

The name of the playlist to save.

-param option

The action to take if the playlist is saved to an existing file. One of the values of the NameCollisionOption enumeration.

-param playlistFormat

The playlist format. One of the values of the PlaylistFormat enumeration.

-returns

Represents the asynchronous operation to save the playlist to a specified file and folder.

-remarks

-examples

-see-also

SaveAsAsync(IStorageFolder, String, NameCollisionOption)