SocialPostCreationData.ContentItems property
Gets or sets the items to replace the positional tokens in the post's content text.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property ContentItems As SocialDataItem()
Get
Set
'Usage
Dim instance As SocialPostCreationData
Dim value As SocialDataItem()
value = instance.ContentItems
instance.ContentItems = value
public SocialDataItem[] ContentItems { get; set; }
Property value
Type: []
Remarks
See How to: Create and delete posts and retrieve the social feed by using the .NET client object model in SharePoint 2013 and How to: Include mentions, tags, and links to sites and documents in posts in SharePoint Server 2013.