OnlinePictureAlbum.SetCoverImageAsync method

Sets the content of the

Syntax

public IAsyncAction SetCoverImageAsync(
  IInputStream pValue
)
Public Function SetCoverImageAsync(
  pValue As IInputStream 
) As IAsyncAction
public:
IAsyncAction^ SetCoverImageAsync(
  IInputStream^ pValue
)

Parameters

  • pValue
    Type: IInputStream

    A stream containing the content of the online picture album's cover image.

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

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

Metadata

Windows.WinMD

See also

OnlinePictureAlbum