de la propiedad SocialPostCreationData.ContentItems
Obtiene o establece los elementos para reemplazar los tokens de posición en el texto del contenido de la publicación.
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Property ContentItems As SocialDataItem()
Get
Set
'Uso
Dim instance As SocialPostCreationData
Dim value As SocialDataItem()
value = instance.ContentItems
instance.ContentItems = value
public SocialDataItem[] ContentItems { get; set; }
Valor de propiedad
Tipo: []
Comentarios
Consulte How to: Create and delete posts and retrieve the social feed by using the .NET client object model y How to: Include mentions, tags, and links to sites and documents in posts.