次の方法で共有


ProfileImageStore.SaveUploadedFile メソッド

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

名前空間:  Microsoft.SharePoint.Client.UserProfiles
アセンブリ:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 内);  Microsoft.SharePoint.Client.UserProfiles.Phone (Microsoft.SharePoint.Client.UserProfiles.Phone.dll 内)  Microsoft.SharePoint.Client.UserProfiles (Microsoft.SharePoint.Client.UserProfiles.dll 内)

構文

'宣言
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)
'使用
Dim instance As ProfileImageStore
Dim profileType As Integer
Dim fileNamePrefix As String
Dim isFeedAttachment As Boolean
Dim clientFilePath As String
Dim fileSize As Integer
Dim fileStream As Stream
Dim returnValue As ClientArrayResult(Of String)

returnValue = instance.SaveUploadedFile(profileType, _
    fileNamePrefix, isFeedAttachment, _
    clientFilePath, fileSize, fileStream)
public ClientArrayResult<string> SaveUploadedFile(
    int profileType,
    string fileNamePrefix,
    bool isFeedAttachment,
    string clientFilePath,
    int fileSize,
    Stream fileStream
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.ClientArrayResult<String>

関連項目

参照先

ProfileImageStore クラス

ProfileImageStore メンバー

Microsoft.SharePoint.Client.UserProfiles 名前空間