Tuesday 7 June 2016

Represents user properties



Represents user properties



var object = new SP.UserProfiles.PersonProperties()

The PersonProperties object has the following members.

Constructor

The PersonProperties object has the following constructor.
Constructor
Description
PersonProperties

Methods

The PersonProperties object has the following methods.
Method
Description
initPropertiesFromJson
This member is reserved for internal use and is not intended to be used directly from your code.

Properties

The PersonProperties object has the following properties.
Property
Description
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.
email
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.
title
Gets the user's title.
userProfileProperties
Gets user profile properties for the user.
userUrl
Gets the URL of the user's profile page.

No comments:

Post a Comment