Search Results for

    Show / Hide Table of Contents

    Interface IFieldUserValue

    Represents a user retrieved via a list item field

    Inherited Members
    IFieldLookupValue.LookupId
    IFieldLookupValue.LookupValue
    IFieldLookupValue.IsSecretFieldValue
    IFieldValue.Field
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IFieldUserValue : IFieldLookupValue, IFieldValue

    Properties

    Email

    Email of the user

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

    Picture

    Profile picture url for the user

    Declaration
    string Picture { get; }
    Property Value
    System.String

    Principal

    Principal describing the user or group

    Declaration
    ISharePointPrincipal Principal { get; set; }
    Property Value
    ISharePointPrincipal

    Sip

    SIP address of the user

    Declaration
    string Sip { get; }
    Property Value
    System.String

    Title

    Title/name of the user

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

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