SP.WebParts.PersonalizationScope enumeration (sp.js)

Specifies the personalization scope for the SP.WebParts.LimitedWebPartManager object (sp.js).

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

var SP.WebParts.PersonalizationScope = {registerEnum : " "
                        ,shared : " "
                        ,user : " "
                        }

Members

The PersonalizationScope object enumeration has the following members.

Member

Value

Description

user

0

Personalization data that is user-specific, as well as personalization data that applies to all users is loaded for all Web Parts on a Web Part Page that support personalization data. Only personalization data that is user-specific will be saved on the Web Part Page.

shared

1

Personalization data that applies to all users is loaded for all Web Parts on a Web Part Page and is available to be saved on the Web Part Page.

shared

user