Delen via


MicrofeedManager.PostReply(String, MicrofeedPostOptions) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Microfeed.MicrofeedThread> PostReply (string postIdentifier, Microsoft.SharePoint.Client.Microfeed.MicrofeedPostOptions postReplyOptions);
member this.PostReply : string * Microsoft.SharePoint.Client.Microfeed.MicrofeedPostOptions -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Microfeed.MicrofeedThread>
Public Function PostReply (postIdentifier As String, postReplyOptions As MicrofeedPostOptions) As ClientResult(Of MicrofeedThread)

Parameters

postIdentifier
String
postReplyOptions
MicrofeedPostOptions

Returns

Attributes

Applies to