DownloadAlbumItemsOperation class

An object passed to an online media extensibility background agent to trigger the agent to sync the contents of an OnlinePictureAlbum.

Syntax

public sealed class DownloadAlbumItemsOperation : ISocialOperation
Public NotInheritable Class DownloadAlbumItemsOperation
    Implements ISocialOperation
public ref class DownloadAlbumItemsOperation sealed : ISocialOperation

Members

The DownloadAlbumItemsOperation class has these types of members:

  • Methods
  • Properties

Methods

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

Method Description
NotifyCompletion Notifies the system that the operation is complete.
NotifyCompletion(Boolean) Notifies the system that the operation is complete.

 

Properties

The DownloadAlbumItemsOperation class has these properties.

Property Access type Description

Id

Read-only

Gets the Id of the album to be synced.

MaximumItemCount

Read-only

This property is not used.

ParentAlbumId

Read-only

Gets the RemoteId of the album to be synced.

StartIndex

Read-only

This property is not used.

Type

Read-only

Gets the type of the operation.

 

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 Windows::Phone::SocialInformation [C++]

Metadata

Windows.WinMD

Attributes

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version(0x06030000)]

See also

Object

ISocialOperation