PeopleManager.SetMyProfilePicture method
Uploads and sets the user profile picture.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Sub SetMyProfilePicture ( _
picture As Stream _
)
'Usage
Dim instance As PeopleManager
Dim picture As Stream
instance.SetMyProfilePicture(picture)
public void SetMyProfilePicture(
Stream picture
)
Parameters
- picture
Type: System.IO.Stream
Remarks
Pictures in BMP, JPEG, and PNG formats of up to 5 million bytes are supported. Users can only upload a picture to their own profile.