共用方式為


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

    若要擷取的執行緒唯一識別碼。這可能是 (不會有相同的值) 的執行緒或根文章的識別碼。

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<SocialThread>
指定的執行緒縮寫的文章和動作項目資訊。

備註

若要最佳化效能,伺服器通常會傳回摘要執行緒包含只有兩個最新的回覆。如果您想要主題往來中取得所有回覆,您可以來電GetFullThread和傳入傳回的摘要對話的識別碼。

請參閱

參照

SocialFeedManager 類別

SocialFeedManager 成員

Microsoft.SharePoint.Client.Social 命名空間