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
picture
Typ: System.IO.StreamDer binäre Inhalt einer Bilddatei.
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.