Table of Contents

Interface IFieldUserValue

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents a user retrieved via a list item field

public interface IFieldUserValue : IFieldLookupValue, IFieldValue
Inherited Members

Properties

Email

Email of the user

string Email { get; }

Property Value

string

Picture

Profile picture url for the user

string Picture { get; }

Property Value

string

Principal

Principal describing the user or group

ISharePointPrincipal Principal { get; set; }

Property Value

ISharePointPrincipal

Sip

SIP address of the user

string Sip { get; }

Property Value

string

Title

Title/name of the user

string Title { get; }

Property Value

string