OnlineMediaManager.SavePictureAlbumsAsync method
Saves the provided picture albums to the device.
Syntax
public:
IAsyncAction^ SavePictureAlbumsAsync(
IIterable<OnlinePictureAlbum>^ pictureAlbums
)
Parameters
- pictureAlbums
-
Type: IIterable<OnlinePictureAlbum> [C++] | System.Collections.Generic.IEnumerable<OnlinePictureAlbum> [.NET]
The list of online picture albums to be saved.
Return value
Type: IAsyncAction
An asynchronous action.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Show: