Freigeben über


PeopleManager.SetMyProfilePicture-Methode

Uploads und legt das Benutzerbild Profil.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.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
)

Parameter

Hinweise

Bilder im BMP-, JPEG- und PNG-Format von bis zu 5 Millionen Bytes werden unterstützt. Benutzer kann nur ein Bild in ihr Profil hochladen.

Siehe auch

Referenz

PeopleManager Klasse

PeopleManager-Member

Microsoft.Office.Server.UserProfiles-Namespace