Share via


SocialFeedManager.SuppressThreadNotifications method

Suppresses activity notifications for the specified thread.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Sub SuppressThreadNotifications ( _
    threadId As String _
)
'Usage
Dim instance As SocialFeedManager
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

SocialFeedManager class

SocialFeedManager members

Microsoft.SharePoint.Client.Social namespace