Table of Contents

Class FieldUserOptions

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Available options for SharePoint user fields

public class FieldUserOptions : CommonFieldOptions
Inheritance
FieldUserOptions
Inherited Members

Properties

AllowDisplay

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

public bool? AllowDisplay { get; set; }

Property Value

bool?

Presence

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

public bool? Presence { get; set; }

Property Value

bool?

SelectionGroup

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

public int? SelectionGroup { get; set; }

Property Value

int?

SelectionMode

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

public FieldUserSelectionMode SelectionMode { get; set; }

Property Value

FieldUserSelectionMode