Search Results for

    Show / Hide Table of Contents

    Class FieldUserValue

    Represents a user field value

    Inheritance
    System.Object
    FieldValue
    FieldLookupValue
    FieldUserValue
    Inherited Members
    FieldLookupValue.LookupId
    FieldLookupValue.LookupValue
    FieldLookupValue.IsSecretFieldValue
    FieldValue.Field
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public sealed class FieldUserValue : FieldLookupValue, IFieldUserValue, IFieldLookupValue, IFieldValue

    Constructors

    FieldUserValue(ISharePointPrincipal)

    Default constructor

    Declaration
    public FieldUserValue(ISharePointPrincipal principal)
    Parameters
    ISharePointPrincipal principal

    Principal describing the user or group

    FieldUserValue(Int32)

    Default constructor

    Declaration
    public FieldUserValue(int userId)
    Parameters
    System.Int32 userId

    Id of the user

    Properties

    Email

    Email of the user

    Declaration
    public string Email { get; }
    Property Value
    System.String

    Implements
    IFieldUserValue.Email

    Picture

    Profile picture url for the user

    Declaration
    public string Picture { get; }
    Property Value
    System.String

    Implements
    IFieldUserValue.Picture

    Principal

    Principal describing the user or group

    Declaration
    public ISharePointPrincipal Principal { get; set; }
    Property Value
    ISharePointPrincipal

    Implements
    IFieldUserValue.Principal

    Sip

    SIP address of the user

    Declaration
    public string Sip { get; }
    Property Value
    System.String

    Implements
    IFieldUserValue.Sip

    Title

    Title/name of the user

    Declaration
    public string Title { get; }
    Property Value
    System.String

    Implements
    IFieldUserValue.Title
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer