Share via


SP.FieldUserSelectionMode enumeration

Specifies whether users and groups or only users can be selected.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.FieldUserSelectionMode = {peopleAndGroups : "Undefined",peopleOnly : "Undefined",registerEnum : "Undefined"}

Members

The FieldUserSelectionMode object enumeration has the following members.

Member

Value

Description

peopleAndGroups

1

Enumeration whose value specifies that users and groups can be selected.

peopleOnly

0

Enumeration whose value specifies that only users can be selected.

registerEnum

Undefined