SPSocialPostCreationData.ContentItems property

Gets or sets the items to replace the corresponding tokens in the post's content text.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property ContentItems As SPSocialDataItem()
    Get
    Set
'Usage
Dim instance As SPSocialPostCreationData
Dim value As SPSocialDataItem()

value = instance.ContentItems

instance.ContentItems = value
public SPSocialDataItem[] ContentItems { get; set; }

Property value

Type: []

See also

Reference

SPSocialPostCreationData class

SPSocialPostCreationData members

Microsoft.Office.Server.Social namespace