SP.WebParts.PersonalizationScope Enumeration

Applies to: SharePoint Foundation 2010

Specifies the personalization scope for the LimitedWebPartManager object.

Values

Name

Description

user

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. The value = 0.

shared

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. The value = 1.

See Also

Reference

SP.WebParts Namespace