Class FieldUserValue
Represents a user field value
Inheritance
System.Object
FieldUserValue
Assembly: PnP.Core.dll
Syntax
public sealed class FieldUserValue : FieldLookupValue, IFieldUserValue, IFieldLookupValue, IFieldValue
Constructors
Declaration
public FieldUserValue(ISharePointPrincipal principal)
Parameters
Declaration
public FieldUserValue(int userId)
Parameters
System.Int32
userId
Id of the user
|
Properties
Declaration
public string Email { get; }
Property Value
Implements
Profile picture url for the user
Declaration
public string Picture { get; }
Property Value
Implements
Principal describing the user or group
Declaration
public ISharePointPrincipal Principal { get; set; }
Property Value
Implements
Declaration
public string Sip { get; }
Property Value
Implements
Declaration
public string Title { get; }
Property Value
Implements