Compartir a través de


del método SocialFeedManager.CreatePost

Crea una publicación o respuesta de microblog.

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 Function CreatePost ( _
    targetId As String, _
    creationData As SocialPostCreationData _
) As ClientResult(Of SocialThread)
'Uso
Dim instance As SocialFeedManager
Dim targetId As String
Dim creationData As SocialPostCreationData
Dim returnValue As ClientResult(Of SocialThread)

returnValue = instance.CreatePost(targetId, _
    creationData)
public ClientResult<SocialThread> CreatePost(
    string targetId,
    SocialPostCreationData creationData
)

Parámetros

  • targetId
    Tipo: System.String

    El identificador de destino para publicar (vea la sección comentarios para obtener más información).

Valor devuelto

Tipo: Microsoft.SharePoint.Client.ClientResult<SocialThread>
Un resumen del subproceso nuevo o modificado.

Comentarios

El valor del parámetro targetId puede ser uno de estos procedimientos:

  • null para publicar una publicación raíz en el usuario actual de la fuente.

  • El identificador de subproceso de una publicación para responder a.

  • Fuente de la dirección URL de un sitio a publicar (por ejemplo: http://<server>/<teamSite>/newsfeed.aspx).

Para obtener un ejemplo que muestra cómo publicar una publicación y una respuesta, vea How to: Create and delete posts and retrieve the social feed by using the .NET client object model.

Vea también

Referencia

clase SocialFeedManager

Miembros SocialFeedManager

Espacio de nombres Microsoft.SharePoint.Client.Social