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.StringThe unique identifier of the thread to suppress activity notifications for.