Interface IPersonProperties
A metadata for a person
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IPersonProperties
A metadata for a person
public interface IPersonProperties
Person's account name in a form of "i:0#.f|membership|admin@m365x790252.onmicrosoft.com"
string AccountName { get; set; }
System.
|
Direct reports for the current user
List<string> DirectReports { get; set; }
Pn
|
Persons' display name
string DisplayName { get; set; }
System.
|
Person's email
string Email { get; set; }
System.
|
Extended managers for the current user
List<string> ExtendedManagers { get; set; }
Pn
|
Extended reports for the current user
List<string> ExtendedReports { get; set; }
Pn
|
Whether the current user is followed or not
bool IsFollowed { get; set; }
System.
|
Person's latest post url
string LatestPost { get; set; }
System.
|
Current user's peers
List<string> Peers { get; set; }
Pn
|
Person's site host url
string PersonalSiteHostUrl { get; set; }
System.
|
Person's personal url
string PersonalUrl { get; set; }
System.
|
Profile photo url
string PictureUrl { get; set; }
System.
|
Person's title
string Title { get; set; }
System.
|
User profile properties key-value collection
Dictionary<string, object> UserProfileProperties { get; set; }
Dictionary<System.
|
User url
string UserUrl { get; set; }
System.
|