OnlinePictureAlbum class

OnlinePictureAlbum class

A container for online pictures, online videos, and other online picture albums.

Syntax


public sealed class OnlinePictureAlbum

Members

The OnlinePictureAlbum class has these types of members:

Methods

The OnlinePictureAlbum class has these methods. It also inherits methods from the Object class.

MethodDescription
GetContentsQuery Retrieves a OnlineMediaItemQueryResult representing the contents of the online picture album.
GetCoverImageAsync Retrieves a stream containing the image data for the online picture album's cover image.
GetPictureAlbumsQuery Retrieves a OnlinePictureAlbumQueryResult representing the child albums of the online picture album.
SetCoverImageAsync Sets the content of the

 

Properties

The OnlinePictureAlbum class has these properties.

PropertyAccess typeDescription

CoverImageUrl

Read/write

Gets or sets the url of the cover image for the online picture album.

CreationTime

Read/write

Gets or sets the time that the album item was created. Used to enable sorting media items by date.

Id

Read-only

Gets a string that uniquely identifies the online picture album on the device.

ParentPictureAlbumId

Read-only

Gets a string containing the ID of the album that is the parent of the current online picture album.

RemoteId

Read-only

Gets a string that identifies the online picture album for the service that hosts it.

RequiresAuthentication

Read/write

Gets or sets a value indicating whether authentication is required in order to access the online pictures and videos contained in the album.

Title

Read/write

Gets or sets the title of the online picture album.

VersionStamp

Read/write

Gets or sets a string representing a version number for the online picture album used to enable apps to sync only new or changed items.

 

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

Attributes

[MarshalingBehavior(Agile)]
[Threading(Both)]
[Version(0x06030000)]

 

 

Show:
© 2017 Microsoft