Freigeben über


SP.UserProfiles.PersonProperties object (sp.userprofiles)

Steht für die Benutzereigenschaften.

**Letzte Änderung:**Montag, 9. März 2015

**Gilt für:**apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.UserProfiles.PersonProperties()

Member

Das PersonProperties -Objekt verfügt über die folgenden Elemente.

Konstruktor

Das PersonProperties -Objekt hat den folgenden Konstruktor.

Konstruktor

Beschreibung

PersonProperties

Methoden

Das PersonProperties -Objekt hat die folgenden Methoden.

Methode

Description

initPropertiesFromJson

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

Eigenschaften

Das PersonProperties -Objekt hat die folgenden Eigenschaften.

Eigenschaft

Beschreibung

accountName

Gets the user's account name.

directReports

Gets the account names of the user's direct reports.

displayName

Gets the user's display name.

E-Mail

Gets the user's email address.

extendedManagers

Gets the account names of the user's manager hierarchy.

extendedReports

Gets the account names of the user's extended reports.

isFollowed

Gets a Boolean value that indicates whether the user is being followed by the current user.

latestPost

Gets the user's latest microblog post.

Peers

Gets the account names of the user's peers.

personalUrl

Gets the absolute URL of the user's personal site.

pictureUrl

Gets the URL of the user's profile picture.

Titel

Gets the user's title.

userProfileProperties

Gets user profile properties for the user.

userUrl

Gets the URL of the user's profile page.

Hinweise

Verwenden Sie die PeopleManager.getMyProperties -Methode oder die PeopleManager.getPropertiesFor -Methode zum Abrufen einer PersonProperties -Objekts.

Siehe auch

Weitere Ressourcen

SP. UserProfiles-namespace