Table of Contents

Class FieldUserValue

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

Represents a user field value

public sealed class FieldUserValue : FieldLookupValue, IFieldUserValue, IFieldLookupValue, IFieldValue
Inheritance
FieldUserValue
Implements
Inherited Members

Constructors

FieldUserValue(ISharePointPrincipal)

Default constructor

public FieldUserValue(ISharePointPrincipal principal)

Parameters

principal ISharePointPrincipal

Principal describing the user or group

FieldUserValue(int)

Default constructor

public FieldUserValue(int userId)

Parameters

userId int

Id of the user

Properties

Email

Email of the user

public string Email { get; }

Property Value

string

Picture

Profile picture url for the user

public string Picture { get; }

Property Value

string

Principal

Principal describing the user or group

public ISharePointPrincipal Principal { get; set; }

Property Value

ISharePointPrincipal

Sip

SIP address of the user

public string Sip { get; }

Property Value

string

Title

Title/name of the user

public string Title { get; }

Property Value

string