Interface IFieldUserValue
Represents a user retrieved via a list item field
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IFieldUserValue : IFieldLookupValue, IFieldValue
Represents a user retrieved via a list item field
public interface IFieldUserValue : IFieldLookupValue, IFieldValue
Email of the user
string Email { get; }
System.String
|
Profile picture url for the user
string Picture { get; }
System.String
|
Principal describing the user or group
ISharePointPrincipal Principal { get; set; }
ISharePointPrincipal
|
SIP address of the user
string Sip { get; }
System.String
|
Title/name of the user
string Title { get; }
System.String
|