OnlineMediaManager.GetPictureAlbumByRemoteIdAsync method
Retrieves the online picture album with the specified RemoteId from the device's store.
Syntax
public:
IAsyncOperation<OnlinePictureAlbum>^ GetPictureAlbumByRemoteIdAsync(
String^ remoteId
)
Parameters
- remoteId
-
Type: System.String [.NET] | Platform::String [C++]
The RemoteId of the online picture album to be retrieved.
Return value
Type: IAsyncOperation<OnlinePictureAlbum>
An asynchronous operation that returns an OnlinePictureAlbum on successful completion.
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