SP へSocial.SocialFeed オブジェクト (sp.userprofiles)

ソーシャル フィードを表します。

**適用対象:**apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Social.SocialFeed()

メンバー

SocialFeedオブジェクトでは、次のメンバーがあります。

Constructor

SocialFeedオブジェクトでは、次のコンスがあります。

コンストラクター

説明

SocialFeed

Initializes a new instance of a SocialFeed object.

メソッド

SocialFeedオブジェクトでは、次の方法があります。

メソッド

説明

initPropertiesFromJson

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

writeToXml

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

プロパティ

SocialFeedオブジェクトでは、次のプロパティがあります。

プロパティ

説明

属性

Gets a set of attributes that apply to the feed.

newestProcessed

Gets a DateTime value that indicates the newest retrieved post.

oldestProcessed

Gets a DateTime value that indicates the newest retrieved post.

スレッド

Gets the threads that make up the feed.

typeId

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

unreadMentionCount

Gets the count of unread mentions for the current user.

関連項目

その他の技術情報

の SP名前空間のソーシャル

SharePoint 2013 でのソーシャル フィードの操作

[方法] SharePoint 2013 で JavaScript オブジェクト モデルを使用して投稿の作成と削除、およびソーシャル フィードの取得を行う