Class FieldUserValue
Represents a user field value
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public sealed class FieldUserValue : FieldLookupValue, IFieldUserValue, IFieldLookupValue, IFieldValue
Represents a user field value
public sealed class FieldUserValue : FieldLookupValue, IFieldUserValue, IFieldLookupValue, IFieldValue
Default constructor
public FieldUserValue(ISharePointPrincipal principal)
ISharePointPrincipal
principal
Principal describing the user or group |
Default constructor
public FieldUserValue(int userId)
System.Int32
userId
Id of the user |
Email of the user
public string Email { get; }
System.String
|
Profile picture url for the user
public string Picture { get; }
System.String
|
Principal describing the user or group
public ISharePointPrincipal Principal { get; set; }
ISharePointPrincipal
|
SIP address of the user
public string Sip { get; }
System.String
|
Title/name of the user
public string Title { get; }
System.String
|