Class FieldUserOptions
Available options for SharePoint user fields
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class FieldUserOptions : CommonFieldOptions
Available options for SharePoint user fields
public class FieldUserOptions : CommonFieldOptions
Gets or sets a value that specifies whether to display the name of the user in a survey list.
public bool? AllowDisplay { get; set; }
System.Nullable<System.Boolean>
|
Gets or sets a value that specifies whether presence is enabled on the field.
public bool? Presence { get; set; }
System.Nullable<System.Boolean>
|
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; }
System.Nullable<System.Int32>
|
Gets or sets a value that specifies whether users and groups or only users can be selected.
public FieldUserSelectionMode SelectionMode { get; set; }
FieldUserSelectionMode
|