SPSocialFeedManager.SuppressThreadNotifications method

Suppresses activity notifications for the specified thread.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Sub SuppressThreadNotifications ( _
    threadId As String _
)
'Usage
Dim instance As SPSocialFeedManager
Dim threadId As String

instance.SuppressThreadNotifications(threadId)
public void SuppressThreadNotifications(
    string threadId
)

Parameters

  • threadId
    Type: System.String

    The unique identifier of the thread to suppress activity notifications for.

See also

Reference

SPSocialFeedManager class

SPSocialFeedManager members

Microsoft.Office.Server.Social namespace