SocialFeedItem SocialFeedItem SocialFeedItem SocialFeedItem Class

Definition

Represents a social media feed item.

public : sealed class SocialFeedItem : ISocialFeedItempublic sealed class SocialFeedItem : ISocialFeedItemPublic NotInheritable Class SocialFeedItem Implements ISocialFeedItem// 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)

Constructors

SocialFeedItem() SocialFeedItem() SocialFeedItem() SocialFeedItem()

Initializes a new instance of the SocialFeedItem class.

public : SocialFeedItem()public SocialFeedItem()Public Sub New()// You can use this method in JavaScript.

Properties

Author Author Author Author

Gets the author of the social media feed item.

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

The author of the social media feed item.

BadgeCountValue BadgeCountValue BadgeCountValue BadgeCountValue

Gets or sets the number of unseen items displayed on the app badge.

public : int BadgeCountValue { get; set; }public int BadgeCountValue { get; set; }Public ReadWrite Property BadgeCountValue As int// You can use this property in JavaScript.
Value
int int int int

The number of unseen items displayed on the app badge.

BadgeStyle BadgeStyle BadgeStyle BadgeStyle

Gets or sets the badge style for the app.

public : SocialItemBadgeStyle BadgeStyle { get; set; }public SocialItemBadgeStyle BadgeStyle { get; set; }Public ReadWrite Property BadgeStyle As SocialItemBadgeStyle// You can use this property in JavaScript.

ChildItem ChildItem ChildItem ChildItem

Gets or sets the child item associated with this social feed item.

public : SocialFeedChildItem ChildItem { get; set; }public SocialFeedChildItem ChildItem { get; set; }Public ReadWrite Property ChildItem As SocialFeedChildItem// You can use this property in JavaScript.
Value
SocialFeedChildItem SocialFeedChildItem SocialFeedChildItem SocialFeedChildItem

The child item associated with this social feed item.

PrimaryContent PrimaryContent PrimaryContent PrimaryContent

Gets the primary SocialFeedContent object associated with the item.

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

The primary SocialFeedContent object associated with the item.

RemoteId RemoteId RemoteId RemoteId

Gets or sets the value used to identify this item on the provider's system.

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

The value used to identify this item on the provider's system.

SecondaryContent SecondaryContent SecondaryContent SecondaryContent

Gets the secondary SocialFeedContent object associated with this item.

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

The secondary SocialFeedContent object associated with this item.

SharedItem SharedItem SharedItem SharedItem

Gets a social media item that was shared with the user by another user of the service.

public : SocialFeedSharedItem SharedItem { get; set; }public SocialFeedSharedItem SharedItem { get; set; }Public ReadWrite Property SharedItem As SocialFeedSharedItem// You can use this property in JavaScript.
Value
SocialFeedSharedItem SocialFeedSharedItem SocialFeedSharedItem SocialFeedSharedItem

A social media item that was shared with the user by another user of the service.

Style Style Style Style

Gets or set the style of this item, such as photo or default.

public : SocialFeedItemStyle Style { get; set; }public SocialFeedItemStyle Style { get; set; }Public ReadWrite Property Style As SocialFeedItemStyle// You can use this property in JavaScript.

TargetUri TargetUri TargetUri TargetUri

Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this item.

public : Uri TargetUri { get; set; }public Uri TargetUri { get; set; }Public ReadWrite Property TargetUri As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

The Uniform Resource Identifier (URI) associated with this item.

Thumbnails Thumbnails Thumbnails Thumbnails

Gets a list of thumbnail images associated with this item.

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

A list of thumbnail images associated with this item.

Timestamp Timestamp Timestamp Timestamp

Gets or sets the timestamp for this item.

public : DateTime Timestamp { get; set; }public DateTimeOffset Timestamp { get; set; }Public ReadWrite Property Timestamp As DateTimeOffset// You can use this property in JavaScript.
Value
DateTime DateTimeOffset DateTimeOffset DateTimeOffset

The timestamp for this item.