次の方法で共有


SocialFeedManager.GetFeedFor メソッド

指定したユーザーまたはチーム サイトでのアクティビティのフィードを取得します。

名前空間:  Microsoft.SharePoint.Client.Social
アセンブリ:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 内);  Microsoft.SharePoint.Client.UserProfiles.Phone (Microsoft.SharePoint.Client.UserProfiles.Phone.dll 内)  Microsoft.SharePoint.Client.UserProfiles (Microsoft.SharePoint.Client.UserProfiles.dll 内)

構文

'宣言
Public Function GetFeedFor ( _
    actorId As String, _
    options As SocialFeedOptions _
) As ClientResult(Of SocialFeed)
'使用
Dim instance As SocialFeedManager
Dim actorId As String
Dim options As SocialFeedOptions
Dim returnValue As ClientResult(Of SocialFeed)

returnValue = instance.GetFeedFor(actorId, _
    options)
public ClientResult<SocialFeed> GetFeedFor(
    string actorId,
    SocialFeedOptions options
)

パラメーター

  • actorId
    型: System.String

    フィードを取得するユーザーまたはチーム サイトの一意の識別子。ユーザーは、アカウントの名前またはメール アドレスを使用することができます。フィードをチーム サイトのサイトの書式設定http://<server>/<teamSite>/newsfeed.aspxを使用します。

戻り値

型: Microsoft.SharePoint.Client.ClientResult<SocialFeed>

注釈

現在のユーザーでないユーザーのタイプのフィードPersonalのみを取得できます。詳細については、 [方法] SharePoint 2013 で .NET クライアント オブジェクト モデルを使用して投稿の作成と削除、およびソーシャル フィードの取得を行うフィードの種類の概要を参照してください。

スレッドには、3 つ以上の返信が含まれているが、サーバーが 2 つの最新の返信しか含まれているスレッドの要約が返されます。(要約のスレッドがあるIsDigestスレッド属性が適用されます。)スレッド内のすべての返信を取得する場合は、 GetFullThreadメソッドを渡すスレッドまたはルート投稿の ID をクリックします。

関連項目

参照先

SocialFeedManager クラス

SocialFeedManager メンバー

Microsoft.SharePoint.Client.Social 名前空間