OnlineMediaManager.GetPictureByRemoteIdAsync method

Retrieves the online picture with the specified RemoteId from the device's store.

Syntax

public IAsyncOperation<OnlinePicture> GetPictureByRemoteIdAsync(
  string remoteId
)
Public Function GetPictureByRemoteIdAsync(
  remoteId As String 
) As IAsyncOperation(Of OnlinePicture)
public:
IAsyncOperation<OnlinePicture>^ GetPictureByRemoteIdAsync(
  String^ remoteId
)

Parameters

Return value

Type: IAsyncOperation<OnlinePicture>

An asynchronous operation that returns an OnlinePicture upon 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

Windows.Phone.SocialInformation.OnlineMedia Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlineMediaManager