Share via


SocialFeedManager.CreatePost(String, SocialPostCreationData) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialThread> CreatePost (string targetId, Microsoft.SharePoint.Client.Social.SocialPostCreationData creationData);
member this.CreatePost : string * Microsoft.SharePoint.Client.Social.SocialPostCreationData -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialThread>
Public Function CreatePost (targetId As String, creationData As SocialPostCreationData) As ClientResult(Of SocialThread)

Parameters

targetId
String
creationData
SocialPostCreationData

Returns

Attributes

Applies to