SocialFeedUpdater SocialFeedUpdater SocialFeedUpdater SocialFeedUpdater Class

Definition

Represents a task the can be used to update a social media feed.

public : sealed class SocialFeedUpdater : ISocialFeedUpdaterpublic sealed class SocialFeedUpdater : ISocialFeedUpdaterPublic NotInheritable Class SocialFeedUpdater Implements ISocialFeedUpdater// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0) Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.ApplicationModel.SocialInfo.SocialInfoContract (introduced v1)

Remarks

Call SocialInfoProviderManager.CreateSocialFeedUpdaterAsync to get an instance of this class.

Properties

Items Items Items Items

Gets the list of social media feed items.

public : IVector<SocialFeedItem> Items { get; }public IList<SocialFeedItem> Items { get; }Public ReadOnly Property Items As IList<SocialFeedItem>// You can use this property in JavaScript.
Value
IVector<SocialFeedItem> IList<SocialFeedItem> IList<SocialFeedItem> IList<SocialFeedItem>

The list of social media feed items.

Kind Kind Kind Kind

Gets the type of the social media feed.

public : SocialFeedKind Kind { get; }public SocialFeedKind Kind { get; }Public ReadOnly Property Kind As SocialFeedKind// You can use this property in JavaScript.
Value
SocialFeedKind SocialFeedKind SocialFeedKind SocialFeedKind

The type of the social media feed.

OwnerRemoteId OwnerRemoteId OwnerRemoteId OwnerRemoteId

Gets the ID that identifies the user on the provider's system.

public : PlatForm::String OwnerRemoteId { get; }public string OwnerRemoteId { get; }Public ReadOnly Property OwnerRemoteId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The ID that identifies the user on the provider's system.

Methods

CommitAsync() CommitAsync() CommitAsync() CommitAsync()

Asynchronously submits the update after all the properties have been set.

public : IAsyncAction CommitAsync()public IAsyncAction CommitAsync()Public Function CommitAsync() As IAsyncAction// You can use this method in JavaScript.
Returns

An async action indicating that the operation has completed.