SocialFeedManager.GetFullThread メソッド
投稿とアクターの省略されていない情報を指定したスレッドを取得します。
名前空間: 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 GetFullThread ( _
threadId As String _
) As ClientResult(Of SocialThread)
'使用
Dim instance As SocialFeedManager
Dim threadId As String
Dim returnValue As ClientResult(Of SocialThread)
returnValue = instance.GetFullThread(threadId)
public ClientResult<SocialThread> GetFullThread(
string threadId
)
パラメーター
threadId
型: System.String取得するスレッドの一意の識別子。これは、(同じ値を持つ) スレッドまたはルート投稿の ID です。
戻り値
型: Microsoft.SharePoint.Client.ClientResult<SocialThread>
投稿とアクターの省略されていない情報を指定したスレッドします。
注釈
パフォーマンスを最適化するには、サーバーは、通常、2 つの最新の返信のみを含むダイジェスト スレッドを返します。スレッド内のすべての返信を取得する場合は、通話GetFullThreadし、返されるダイジェスト スレッドの ID を渡すできます。