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
principalISharePointPrincipalPrincipal describing the user or group
FieldUserValue(int)
Default constructor
public FieldUserValue(int userId)
Parameters
userIdintId of the user
Properties
Email of the user
public string Email { get; }
Property Value
Picture
Profile picture url for the user
public string Picture { get; }
Property Value
Principal
Principal describing the user or group
public ISharePointPrincipal Principal { get; set; }
Property Value
Sip
SIP address of the user
public string Sip { get; }
Property Value
Title
Title/name of the user
public string Title { get; }