ProfileImageStore.SaveUploadedFile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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