ProfileImageStore.SaveUploadedFile Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientArrayResult<string> SaveUploadedFile (int profileType, string fileNamePrefix, bool isFeedAttachment, string clientFilePath, int fileSize, System.IO.Stream fileStream);
member this.SaveUploadedFile : int * string * bool * string * int * System.IO.Stream -> Microsoft.SharePoint.Client.ClientArrayResult<string>
Public Function SaveUploadedFile (profileType As Integer, fileNamePrefix As String, isFeedAttachment As Boolean, clientFilePath As String, fileSize As Integer, fileStream As Stream) As ClientArrayResult(Of String)

Parameters

profileType
Int32
fileNamePrefix
String
isFeedAttachment
Boolean
clientFilePath
String
fileSize
Int32
fileStream
Stream

Returns

Attributes

Applies to