Share via


SocialPost constructor

Initializes a new instance of a SocialPost object.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New SocialPost()
public SocialPost()

Remarks

To publish a post, create a SocialPostCreationData object and then pass it in the SocialFeedManagerCreatePost() method.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace