Search Results for

    Show / Hide Table of Contents

    Interface IPersonProperties

    A metadata for a person

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IPersonProperties

    Properties

    AccountName

    Person's account name in a form of "i:0#.f|membership|admin@m365x790252.onmicrosoft.com"

    Declaration
    string AccountName { get; set; }
    Property Value
    System.String

    DirectReports

    Direct reports for the current user

    Declaration
    List<string> DirectReports { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<System.String>

    DisplayName

    Persons' display name

    Declaration
    string DisplayName { get; set; }
    Property Value
    System.String

    Email

    Person's email

    Declaration
    string Email { get; set; }
    Property Value
    System.String

    ExtendedManagers

    Extended managers for the current user

    Declaration
    List<string> ExtendedManagers { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<System.String>

    ExtendedReports

    Extended reports for the current user

    Declaration
    List<string> ExtendedReports { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<System.String>

    IsFollowed

    Whether the current user is followed or not

    Declaration
    bool IsFollowed { get; set; }
    Property Value
    System.Boolean

    LatestPost

    Person's latest post url

    Declaration
    string LatestPost { get; set; }
    Property Value
    System.String

    Peers

    Current user's peers

    Declaration
    List<string> Peers { get; set; }
    Property Value
    PnP.Core.Model.SharePoint.List<System.String>

    PersonalSiteHostUrl

    Person's site host url

    Declaration
    string PersonalSiteHostUrl { get; set; }
    Property Value
    System.String

    PersonalUrl

    Person's personal url

    Declaration
    string PersonalUrl { get; set; }
    Property Value
    System.String

    PictureUrl

    Profile photo url

    Declaration
    string PictureUrl { get; set; }
    Property Value
    System.String

    Title

    Person's title

    Declaration
    string Title { get; set; }
    Property Value
    System.String

    UserProfileProperties

    User profile properties key-value collection

    Declaration
    Dictionary<string, object> UserProfileProperties { get; set; }
    Property Value
    Dictionary<System.String, System.Object>

    UserUrl

    User url

    Declaration
    string UserUrl { get; set; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer