Share via


SocialFeedManager.CreateImageAttachment(String, String, Stream) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialAttachment> CreateImageAttachment (string name, string description, System.IO.Stream imageData);
member this.CreateImageAttachment : string * string * System.IO.Stream -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialAttachment>
Public Function CreateImageAttachment (name As String, description As String, imageData As Stream) As ClientResult(Of SocialAttachment)

Parameters

name
String
description
String
imageData
Stream

Returns

Attributes

Applies to