다음을 통해 공유


SocialFeedManager.CreateFileAttachment(String, String, Stream) Method

Definition

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

Parameters

name
String
description
String
fileData
Stream

Returns

Attributes

Applies to