Search Results for

    Show / Hide Table of Contents

    Class FieldUserOptions

    Available options for SharePoint user fields

    Inheritance
    System.Object
    CommonFieldOptions
    FieldUserOptions
    Inherited Members
    CommonFieldOptions.Id
    CommonFieldOptions.Required
    CommonFieldOptions.AddToDefaultView
    CommonFieldOptions.Options
    CommonFieldOptions.Description
    CommonFieldOptions.InternalName
    CommonFieldOptions.DefaultFormula
    CommonFieldOptions.EnforceUniqueValues
    CommonFieldOptions.Group
    CommonFieldOptions.Hidden
    CommonFieldOptions.Indexed
    CommonFieldOptions.ValidationFormula
    CommonFieldOptions.ValidationMessage
    CommonFieldOptions.ShowInEditForm
    CommonFieldOptions.ShowInViewForms
    CommonFieldOptions.ShowInNewForm
    CommonFieldOptions.CustomFormatter
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class FieldUserOptions : CommonFieldOptions

    Properties

    AllowDisplay

    Gets or sets a value that specifies whether to display the name of the user in a survey list.

    Declaration
    public bool? AllowDisplay { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    Presence

    Gets or sets a value that specifies whether presence is enabled on the field.

    Declaration
    public bool? Presence { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    SelectionGroup

    Gets or sets a value that specifies the identifier of the SharePoint group whose members can be selected as values of the field.

    Declaration
    public int? SelectionGroup { get; set; }
    Property Value
    System.Nullable<System.Int32>

    SelectionMode

    Gets or sets a value that specifies whether users and groups or only users can be selected.

    Declaration
    public FieldUserSelectionMode SelectionMode { get; set; }
    Property Value
    FieldUserSelectionMode

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer