Share via


MicrofeedManager.UnLockThreadById(String) Method

Definition

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

Parameters

threadIdentifier
String

Returns

Attributes

Applies to