Share via


MicrofeedManager.LockThreadById(String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Microfeed.MicrofeedThread> LockThreadById (string threadIdentifier);
member this.LockThreadById : string -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Microfeed.MicrofeedThread>
Public Function LockThreadById (threadIdentifier As String) As ClientResult(Of MicrofeedThread)

Parameters

threadIdentifier
String

Returns

Attributes

Applies to