SocialPostCreationData class

Represents content and related information for a new microblog post.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.Social.SocialPostCreationData

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

Syntax

'Declaration
Public Class SocialPostCreationData _
    Inherits ClientValueObject
'Usage
Dim instance As SocialPostCreationData
public class SocialPostCreationData : ClientValueObject

Remarks

See How to: Learn to read and write to the social feed by using the .NET client object model in SharePoint 2013, How to: Create and delete posts and retrieve the social feed by using the .NET client object model in SharePoint 2013, How to: Include mentions, tags, and links to sites and documents in posts in SharePoint Server 2013, and How to: Embed images, videos, and documents in posts in SharePoint Server 2013.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SocialPostCreationData members

Microsoft.SharePoint.Client.Social namespace